Skip to content

Commit

Permalink
refactor(semantic): Replace newlines in test
Browse files Browse the repository at this point in the history
  • Loading branch information
KCreate committed Jun 1, 2023
1 parent cd189fa commit 342e950
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,8 @@ class SemanticModelTest {
""".trimIndent()
parseAndCheck(
source to listOf(
"Error: Invalid regex pattern: 'Dangling meta character '+' near index 5\n" +
"fo/+++!hi\n" +
"Error: Invalid regex pattern: 'Dangling meta character '+' near index 5${System.lineSeparator()}" +
"fo/+++!hi${System.lineSeparator()}" +
" ^'"
)
)
Expand Down

0 comments on commit 342e950

Please sign in to comment.