beanshell2 icon indicating copy to clipboard operation
beanshell2 copied to clipboard

Parser Error in Comment Token

Open morris821028 opened this issue 7 years ago • 0 comments

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?

morris821028 avatar Apr 17 '18 10:04 morris821028