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

Allow end-of-line comments in custom character classes #430

Closed
hamishknight opened this issue May 24, 2022 · 0 comments · Fixed by #431
Closed

Allow end-of-line comments in custom character classes #430

hamishknight opened this issue May 24, 2022 · 0 comments · Fixed by #431
Assignees

Comments

@hamishknight
Copy link
Contributor

We currently don't parse end-of-line comments as comments in a character class such as:

let r = #/
[
  a # comment
]
/#

However ICU supports this.

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

Successfully merging a pull request may close this issue.

1 participant