summaryrefslogtreecommitdiff
path: root/test/files/neg/unicode-unterminated-quote.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-03-11 00:14:16 -0500
committerHubert Plociniczak <hubert.plociniczak@gmail.com>2012-07-17 12:04:38 +0200
commit32fd97df41bb2e99018f024f41b06490e41bd7ad (patch)
tree4b40fb915776892da3de3227f771a205a2c38a82 /test/files/neg/unicode-unterminated-quote.check
parent0cfd858a38ddf0ac83d9bbefe85110f88dc707c0 (diff)
downloadscala-32fd97df41bb2e99018f024f41b06490e41bd7ad.tar.gz
scala-32fd97df41bb2e99018f024f41b06490e41bd7ad.tar.bz2
scala-32fd97df41bb2e99018f024f41b06490e41bd7ad.zip
Fix for SI-5385.
Nodes which hit EOF with no whitespace afterward had wrong position.
Diffstat (limited to 'test/files/neg/unicode-unterminated-quote.check')
-rw-r--r--test/files/neg/unicode-unterminated-quote.check5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/files/neg/unicode-unterminated-quote.check b/test/files/neg/unicode-unterminated-quote.check
index fc5caa6d7e..5085505fb4 100644
--- a/test/files/neg/unicode-unterminated-quote.check
+++ b/test/files/neg/unicode-unterminated-quote.check
@@ -1,4 +1,7 @@
unicode-unterminated-quote.scala:2: error: unclosed string literal
val x = /u0022
^
-one error found
+unicode-unterminated-quote.scala:2: error: '}' expected but eof found.
+ val x = /u0022
+ ^
+two errors found