You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
TimEL's grammar supports unicode escape sequences as \uHHHH and \UHHHHHHHH to be used in identifiers, but these are not handled correctly.
Actual behavior
Running hello\U0001f602 = 1 defines a variable called hello\U0001f602
Expected behavior
Running hello\U0001f602 = 1 defines a variable called hello😂
Runtime
Any
Additional context
/
The text was updated successfully, but these errors were encountered:
Describe the bug
TimEL's grammar supports unicode escape sequences as
\uHHHH
and\UHHHHHHHH
to be used in identifiers, but these are not handled correctly.Actual behavior
Running
hello\U0001f602 = 1
defines a variable calledhello\U0001f602
Expected behavior
Running
hello\U0001f602 = 1
defines a variable calledhello😂
Runtime
Any
Additional context
/
The text was updated successfully, but these errors were encountered: