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
Fix ECMAScript un-escaped literal '-' when followed predefined
character sets.
Also:
* Fixed missing error check on parseProperty() call.
* Use addChar(ch) helper instead of addRange(ch, ch).
Fixesdlclark#54
Fix ECMAScript un-escaped literal '-' when followed by predefined
character sets.
Also:
* Fixed missing error check on parseProperty() call.
* Use addChar(ch) helper instead of addRange(ch, ch).
Fixesdlclark#54
When compiling using
regexp2.ECMAScript
the regexp[a-\s]
fails with the following but it should pass:regexp101 shows how it should be interpreted.
The text was updated successfully, but these errors were encountered: