开发者

Regular Expression Engine Testing

开发者 https://www.devze.com 2023-03-04 18:46 出处:网络
I wrote my own Regular Expression Engine. Does anybody know how to test 开发者_C百科it, I can go ahead the test with couple of Regular Expression and some input data.

I wrote my own Regular Expression Engine. Does anybody know how to test 开发者_C百科it, I can go ahead the test with couple of Regular Expression and some input data. but I need some huge list of regular expressions to test with.


PCRE has some tests as well.


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


Is your code compatible with unit testing? Testing the components that make up the whole might have some value.

0

精彩评论

暂无评论...
验证码 换一张
取 消