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

Add <input pattern> tests for RegExp u flag #38281

Merged

Conversation

mathiasbynens
Copy link
Contributor

This patch adds a test verifying that is Unicode code point-aware (rather than dealing with individual surrogate halves), and another test verifying that supports Unicode property escape syntax. These two pieces of functionality are part of the RegExp u flag in JavaScript.

References:

This patch adds a test verifying that <input pattern> is Unicode code point-aware (rather than dealing with individual surrogate halves), and another test verifying that <input pattern> supports Unicode property escape syntax. These two pieces of functionality are part of the RegExp `u` flag in JavaScript.

References:
- https://www.w3.org/Bugs/Public/show_bug.cgi?id=26915
- whatwg/html@0fa7138
@tkent-google tkent-google merged commit e360f59 into web-platform-tests:master Feb 2, 2023
@mathiasbynens mathiasbynens deleted the pattern-unicode branch February 2, 2023 08:03
marcoscaceres pushed a commit that referenced this pull request Mar 28, 2023
This patch adds a test verifying that <input pattern> is Unicode code point-aware (rather than dealing with individual surrogate halves), and another test verifying that <input pattern> supports Unicode property escape syntax. These two pieces of functionality are part of the RegExp `u` flag in JavaScript.

References:
- https://www.w3.org/Bugs/Public/show_bug.cgi?id=26915
- whatwg/html@0fa7138
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants