Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Apr 26, 2023
1 parent 13f86a0 commit 1a8cdda
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ No changes.
semantics for _local_ qualified method names and fully-qualified method names for
overloaded factory methods.
* The `+{displayName}+` placeholder for `@ParameterizedTest` invocation names is no longer
parsed using `java.text.MessageFormat`.Consequently, any text in the display name of
parsed using `java.text.MessageFormat`. Consequently, any text in the display name of
the `@ParameterizedTest` method will be included unmodified in the invocation display
name.For example, Kotlin method names and custom display names configured via
name. For example, Kotlin method names and custom display names configured via
`@DisplayName` can now contain apostrophes (`'`) as well as text resembling
`MessageFormat` elements such as `+{0}+` or `+{data}+`.
* Exceptions thrown for files that cannot be deleted when cleaning up a temporary
Expand Down

0 comments on commit 1a8cdda

Please sign in to comment.