diff options
Diffstat (limited to 'core/src/test/kotlin/markdown/ParserTest.kt')
-rw-r--r-- | core/src/test/kotlin/markdown/ParserTest.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/test/kotlin/markdown/ParserTest.kt b/core/src/test/kotlin/markdown/ParserTest.kt index 107940f6..35b004e7 100644 --- a/core/src/test/kotlin/markdown/ParserTest.kt +++ b/core/src/test/kotlin/markdown/ParserTest.kt @@ -101,7 +101,7 @@ class ParserTest : KDocTest() { } @Test fun `Emphasis with star`() { - val kdoc = "*text*" + val kdoc = " *text*" val expectedDocumentationNode = DocumentationNode( listOf( Description( |