We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd189fa commit 342e950Copy full SHA for 342e950
1 file changed
semantic/src/test/kotlin/tools/samt/semantic/SemanticModelTest.kt
@@ -345,8 +345,8 @@ class SemanticModelTest {
345
""".trimIndent()
346
parseAndCheck(
347
source to listOf(
348
- "Error: Invalid regex pattern: 'Dangling meta character '+' near index 5\n" +
349
- "fo/+++!hi\n" +
+ "Error: Invalid regex pattern: 'Dangling meta character '+' near index 5${System.lineSeparator()}" +
+ "fo/+++!hi${System.lineSeparator()}" +
350
" ^'"
351
)
352
0 commit comments