Home
last modified time | relevance | path

Searched refs:test_reguexec (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/tre/dist/tests/
H A Dtest-str-source.c106 test_reguexec(const char *str, const char *regex) in test_reguexec() function
127 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()