summaryrefslogtreecommitdiff
path: root/test/files/neg/t8266-invalid-interp.check
blob: bb2d44a80cab86c337fc48d7f1a6ae71a4f1574f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
t8266-invalid-interp.scala:4: error: Trailing '\' escapes nothing.
    f"a\",
       ^
t8266-invalid-interp.scala:5: error: invalid escape '\x' not one of [\b, \t, \n, \f, \r, \\, \", \'] 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, \\, \", \'] at index 1 in "a\vc". Use \\ for literal \.
    f"a\vc"
       ^
three errors found