简体   繁体   中英

Regular Expression Engine Testing

I wrote my own Regular Expression Engine. Does anybody know how to test 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.

Boost.RegexBoost.Xpressive测试套件是一个很好的起点。

PCRE也有一些测试。

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM