lexer: further slight improvements to lexer errors

This commit is contained in:
Benjamin Herr 2013-09-19 22:34:31 +02:00
parent 8009c97a55
commit 567c567b2d
2 changed files with 31 additions and 17 deletions

View file

@ -9,5 +9,5 @@
// except according to those terms.
static c: char =
'\u539_' //~ ERROR: illegal numeric character escape
'\u539_' //~ ERROR: illegal character in numeric character escape
;