Open Aloso opened 1 year ago
All identified problems (most have been addressed in Pomsky 0.10):
'𐌰'
U+10330
\pL
\p{L}
\p{LC}
\v
\h
\80
The regex-test crate should be was expanded to run .NET tests and run in CI (currently only on Ubuntu).
regex-test
.NET flavor works reliably, using unsupported features produces an error.
All identified problems (most have been addressed in Pomsky 0.10):
'𐌰'
)U+10330
) instead of producing an error\pL
as shorthand for\p{L}
doesn't work\p{LC}
doesn't work\v
and\h
aren't supported\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.