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
[MERGE #5027@rhuanjl] RegExp syntax error for invalid Unicode codepoint fix#2753
Merge pull request #5027 from rhuanjl:RegExpInvaludUnicode
Somewhat self-explanatory fix for #2753
Note three of the currently tested RegExps in the unicode_escape_sequences.js test become invalid with this change - I verified that they were already invalid with other engines using eshost then updated them.
I also added an extra case to that file to explicitly test for this.
0 commit comments