Closed belf closed 13 years ago
In string literals, regular expression literals, and identifiers, any character (code unit) may also be expressed as a Unicode escape sequence consisting of six characters, namely \u plus four hexadecimal digits. Within a comment, such an escape sequence is effectively ignored as part of the comment.
To me this implies that a Unicode escape sequence should not be parsed as we see in the source code. Any thoughts?
That is correct. This is indeed a bug.
in Debug.Console paste the following snippet: