Regular expression engine testing

I wrote my own regex engine. Does anyone know how to test it, I can pass the test with a couple of regular expressions and some input. but I need some huge list of regular expressions for testing.

+3
source share
3 answers

PCRE contains some tests.

+2
source

Boost.Regex and Boost.Xpressive test apartments are a good place to start.

+2
source

? , , .

0

All Articles