beanshell2
beanshell2 copied to clipboard
Parser Error in Comment Token
Hi all,
There is a simple case for unicode decoding. I think the unicode behavior is good in string literal, but not all the scope to get a token.
System.out.println("\u51ea");
// \uzzzzzz
The main problem happened in the method readChar() of JavaCharStream.java. How to change this parser?