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
Aloso
changed the title
.NET support broken
.NET: \p{LC} doesn't work, \w doesn't properly support Unicode
Mar 19, 2023
Aloso
changed the title
.NET: \p{LC} doesn't work, \w doesn't properly support Unicode
.NET: \p{LC} doesn't work, . and \w doesn't properly support Unicode
Mar 21, 2023
All identified problems (most have been addressed in Pomsky 0.10):
'𐌰'
)U+10330
) instead of producing an error.
orC
) outside the BMP #89\pL
as shorthand for\p{L}
doesn't work\p{LC}
doesn't work\v
and\h
aren't supported\w
(and by extension\b
and\B
) don't conform to Unicode #88\80
are too high (doc)To Reproduce
The
regex-test
crateshould bewas expanded to run .NET tests and run in CI (currently only on Ubuntu).Expected behavior
.NET flavor works reliably, using unsupported features produces an error.
The text was updated successfully, but these errors were encountered: