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

UnicodeCaseless.flex.vm uses incorrect unicode escapes #1016

Closed
2 tasks done
lsf37 opened this issue Jan 4, 2023 · 1 comment · Fixed by #1025
Closed
2 tasks done

UnicodeCaseless.flex.vm uses incorrect unicode escapes #1016

lsf37 opened this issue Jan 4, 2023 · 1 comment · Fixed by #1025
Labels
testing Adding tests or test infrastructure.

Comments

@lsf37
Copy link
Member

lsf37 commented Jan 4, 2023

The template uses \uXXXX for all code points, but this syntax is incorrect for code points > 0xFFFF (needs \U instead of \u).

  • investigate why this does not lead to test failures
  • fix it
@lsf37 lsf37 added testing Adding tests or test infrastructure. bug Not working as intended and removed bug Not working as intended labels Jan 4, 2023
@lsf37
Copy link
Member Author

lsf37 commented Jan 5, 2023

Turns out, that's what all the

  @Ignore // TODO(FIX) Character 0x10428 (=66600) should match caselessly 0x10400

were about.

lsf37 added a commit that referenced this issue Jan 5, 2023
lsf37 added a commit that referenced this issue Jan 5, 2023
@lsf37 lsf37 linked a pull request Jan 5, 2023 that will close this issue
@lsf37 lsf37 closed this as completed in 0b9c3b2 Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Adding tests or test infrastructure.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant