Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Think not all valid unicode escapes in strings are supported #108

Open
eugenesvk opened this issue Dec 25, 2024 · 0 comments
Open

Think not all valid unicode escapes in strings are supported #108

eugenesvk opened this issue Dec 25, 2024 · 0 comments

Comments

@eugenesvk
Copy link

10FFFF is a valid codepoint, but raises an error

Error:
  × Found invalid node name
   ╭────
 1 │ a "\u{10FFFF}"
   ·              ┬
   ·              ╰── not node name
   ╰────
  help: This can be any string type, including a quoted, raw, or multiline string, as well as a plain identifier string.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant