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
Add <input pattern> tests for RegExp u flag (#38281)
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
0 commit comments