Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Mar 27, 2020
1 parent ead814e commit 9fdd374
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions test/files/neg/t8266-invalid-interp.check
@@ -1,10 +1,4 @@
t8266-invalid-interp.scala:4: error: Trailing '\' escapes nothing.
t8266-invalid-interp.scala:4: error: unclosed string literal
f"a\",
^
t8266-invalid-interp.scala:5: error: invalid escape '\x' not one of [\b, \t, \n, \f, \r, \\, \", \', \uxxxx] at index 1 in "a\xc". Use \\ for literal \.
f"a\xc",
^
t8266-invalid-interp.scala:7: error: invalid escape '\v' not one of [\b, \t, \n, \f, \r, \\, \", \', \uxxxx] at index 1 in "a\vc". Use \\ for literal \.
f"a\vc"
^
3 errors
^
1 error

0 comments on commit 9fdd374

Please sign in to comment.