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
Use recursive descent for CharacterClass parsing, fix#4839
Character class parsing used to rely on a lookbehind to match the
closing bracket, which was inappropriate for a trailing escaped
backslash.
Instead of attempting to fix the regular expression's lookbehind
by forcing an uneven number of backslashes in the negative capture,
we now use the same pattern as descending into a group
0 commit comments