Skip to content

Commit 342e950

Browse files
committed
refactor(semantic): Replace newlines in test
1 parent cd189fa commit 342e950

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

semantic/src/test/kotlin/tools/samt/semantic/SemanticModelTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,8 @@ class SemanticModelTest {
345345
""".trimIndent()
346346
parseAndCheck(
347347
source to listOf(
348-
"Error: Invalid regex pattern: 'Dangling meta character '+' near index 5\n" +
349-
"fo/+++!hi\n" +
348+
"Error: Invalid regex pattern: 'Dangling meta character '+' near index 5${System.lineSeparator()}" +
349+
"fo/+++!hi${System.lineSeparator()}" +
350350
" ^'"
351351
)
352352
)

0 commit comments

Comments
 (0)