pomsky-lang / pomsky

A new, portable, regular expression language
https://pomsky-lang.org
Apache License 2.0
1.28k stars 19 forks source link

.NET: `\p{LC}` doesn't work, `.` and `\w` doesn't properly support Unicode #83

Open Aloso opened 1 year ago

Aloso commented 1 year ago

All identified problems (most have been addressed in Pomsky 0.10):

To Reproduce

The regex-test crate should be was 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.