princjef / regex-rust

A regular expression library implemented natively in Rust using Pike VM
MIT License
2 stars 0 forks source link

Parsing special symbols #14

Open mjp2ff opened 10 years ago

mjp2ff commented 10 years ago

We have some issues parsing regular expressions where the string is one of our special symbols. According to this site we should be able to pass them. So far I've seen cases involving '$', '{', combinations involving '^', etc.

I'm pushing some failing testcases now to illustrate this (specifically: 306, 313, 314, 369, 370). However, it's very possible that I've just formatted the tests wrong, so feel free to close the issue if that's the case.