tc39 / test262

Official ECMAScript Conformance Test Suite
Other
2.31k stars 459 forks source link

Remove unneeded /u flag within harness/nativeFunctionMatcher #4162

Closed p-bakker closed 1 month ago

p-bakker commented 1 month ago

In order to not fail because harness code fails to load due to using not-supported EcmaScript features while not needed

Relates to ##3032

p-bakker commented 1 month ago

The selection of \uXXXX-es in both regexes from which I removed the u flag are all non-astral-plane characters, so the u flag does nothing in this case