summaryrefslogtreecommitdiff
path: root/test/files/neg/unicode-unterminated-quote.check
blob: 5085505fb4759621a502bcb2ac70e83b86a4b8bf (plain) (blame)
1
2
3
4
5
6
7
unicode-unterminated-quote.scala:2: error: unclosed string literal
  val x = /u0022
               ^
unicode-unterminated-quote.scala:2: error: '}' expected but eof found.
  val x = /u0022
                ^
two errors found