From a81e5a609e6d73a83c5a55a3f64f760c6fb45b92 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 27 Jul 2007 21:51:32 +0000 Subject: add (#cN,M) globbing flag --- Misc/globtests | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Misc') 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." -- cgit 1.4.1