Searched refs:test_reguexec (Results 1 – 1 of 1) sorted by relevance
106 test_reguexec(const char *str, const char *regex) in test_reguexec() function127 test_reguexec("xfoofofoofoo","(foo)\\1"); in main()128 test_reguexec("catcat","(cat|dog)\\1"); in main()129 test_reguexec("catdog","(cat|dog)\\1"); in main()130 test_reguexec("dogdog","(cat|dog)\\1"); in main()131 test_reguexec("dogcat","(cat|dog)\\1"); in main()