diff options
Diffstat (limited to 'Misc/globtests')
-rwxr-xr-x | Misc/globtests | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Misc/globtests b/Misc/globtests index a5f7c4a00..65fdbdca2 100755 --- a/Misc/globtests +++ b/Misc/globtests @@ -182,5 +182,15 @@ f atest/path *((#s)|/)test((#e)|/)* f path/testy *((#s)|/)test((#e)|/)* f path/testy/ohyes *((#s)|/)test((#e)|/)* f path/atest/ohyes *((#s)|/)test((#e)|/)* +t XabcdabcY X(ab|c|d)(#c5)Y +t XabcdabcY X(ab|c|d)(#c1,5)Y +t XabcdabcY X(ab|c|d)(#c5,8)Y +t XabcdabcY X(ab|c|d)(#c4,)Y +f XabcdabcY X(ab|c|d)(#c6,)Y +f XabcdabcY X(ab|c|d)(#c1,4)Y +t ZX Z(|)(#c1)X +t froofroo (fro(#c2))(#c2) +f froofroofroo (fro(#c2))(#c2) +f froofro (fro(#c2))(#c2) EOT print "$failed tests failed." |