Skip to content

Commit

Permalink
Polish User Guide and Release Notes for #924
Browse files Browse the repository at this point in the history
Closes #1001.
  • Loading branch information
marcphilipp committed Nov 13, 2017
1 parent 27c9c0d commit 75c3d17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

*Date of Release:* ❓

*Scope:* Addition of Kotlin assertion helpers.
*Scope:* Discovering tests in Java 9 modules, improved Kotlin support.

For a complete list of all _closed_ issues and pull requests for this release, consult the
link:{junit5-repo}+/milestone/14?closed=1+[5.1 M1] milestone page in the JUnit repository
Expand Down
2 changes: 1 addition & 1 deletion documentation/src/docs/asciidoc/writing-tests.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ used in https://kotlinlang.org/[Kotlin]. All JUnit Jupiter Kotlin assertions are
functions in the `org.junit.jupiter.api` package.

// TODO: Change to using kotlin language highlighting after switch to rouge syntax highlighter
[source,java,indent=0]
[source,groovy,indent=0]
----
include::{kotlinTestDir}/example/AssertionsDemoKotlin.kt[tags=user_guide]
----
Expand Down

0 comments on commit 75c3d17

Please sign in to comment.