summaryrefslogtreecommitdiff
path: root/test/files/neg/unicode-unterminated-quote.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/unicode-unterminated-quote.check')
-rw-r--r--test/files/neg/unicode-unterminated-quote.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/unicode-unterminated-quote.check b/test/files/neg/unicode-unterminated-quote.check
new file mode 100644
index 0000000000..fc5caa6d7e
--- /dev/null
+++ b/test/files/neg/unicode-unterminated-quote.check
@@ -0,0 +1,4 @@
+unicode-unterminated-quote.scala:2: error: unclosed string literal
+ val x = /u0022
+ ^
+one error found