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 handling of empty pattern in "pattern", "patternProperties" keywords
perldoc perlop: "If the PATTERN evaluates to the empty string, the last
successfully matched regular expression is used instead."
This could lead to bizarre failures if there was a successful match in a
containing scope to the evaluation.
0 commit comments