aboutsummaryrefslogtreecommitdiff
path: root/test/src/model/CommentTest.kt
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/model/CommentTest.kt')
-rw-r--r--test/src/model/CommentTest.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/model/CommentTest.kt b/test/src/model/CommentTest.kt
index 63a957e7..828deaa4 100644
--- a/test/src/model/CommentTest.kt
+++ b/test/src/model/CommentTest.kt
@@ -149,7 +149,7 @@ line two""", toTestString())
assertEquals("Summary", content.summary.toTestString())
assertEquals(2, content.sections.count())
with (content.description) {
- assertEquals("""[code]
+ assertEqualsIgnoringSeparators("""[code]
if (true) {
println(property)
}