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
This commit fixes a bug where 'isc' was canonicalized to 'c'. 'isc' is an
alias for 'ISO_Comment', but the 'is' prefix was being dropped since
canonicalization permits ignoring 'is' prefixes when designating property
names.
This is the root cause of a bug in the regex library:
rust-lang/regex#466
0 commit comments