]> git.saurik.com Git - apple/libc.git/blob - tests/regex/datafiles/need-parenthesis-enhanced.dat
Libc-1081.1.3.tar.gz
[apple/libc.git] / tests / regex / datafiles / need-parenthesis-enhanced.dat
1 EH (a+?b*)((?:a|b)+) aaab (0,4)(0,1)(1,4)
2 EH ((a+?)(b*))((a|b)+) aaab (0,4)(0,1)(0,1)(1,1)(1,4)(3,4)
3 EH ((a+?)b*)((?:a|b)+) aaab (0,4)(0,1)(0,1)(1,4)