Skip to content

Commit 45465eb

Browse files
committed
Use Asciidoctor's non-breaking space attribute rather than HTML
1 parent e946740 commit 45465eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/src/docs/asciidoc/release-notes/release-notes-6.0.0-M2.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ repository on GitHub.
9797

9898
* Display names for `@ParameterizedClass` and `@ParameterizedTest` now consistently style
9999
name-value pairs for arguments using `name = value` formatting – for example,
100-
`fruit = apple` instead of `fruit=apple`.
100+
`fruit{nbsp}={nbsp}apple` instead of `fruit=apple`.
101101
* Reason strings supplied to `ConditionEvaluationResult` APIs are now officially declared
102102
as `@Nullable`.
103103
* Introduce `computeIfAbsent(...)` methods in `ExtensionContext.Store` to simplify working

0 commit comments

Comments
 (0)