gfredericks / test.chuck

A utility library for test.check
Eclipse Public License 1.0
215 stars 26 forks source link

Support (?i) flag #51

Open glittershark opened 8 years ago

glittershark commented 8 years ago

The README says this would be easy to support, but I didn't find an issue for it so I figured I'd open it here

gfredericks commented 8 years ago

well I doubt it would be easy. Just not impossible :)

to do it well would be tricky because the flags can occur anywhere in the regex and have some weird stateful effect of turning things on and off. It would also require figuring out what case-insensitivity means for the entirety of unicode.

gfredericks commented 8 years ago

(never intended to close this)