Fix character skipping after a surrogate pair
In a string the first character following a surrogate pair is skipped by the lexer, but the rest of the string is parsed as usual.
Showing
Please register or sign in to comment
In a string the first character following a surrogate pair is skipped by the lexer, but the rest of the string is parsed as usual.