From c8e70ab5cffaffacf6d0a4e81df4fbd685378bfd Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 26 Oct 2004 17:20:21 +0000 Subject: 20522: must-match optimisation in parameter substitution broken --- Test/D02glob.ztst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Test/D02glob.ztst') diff --git a/Test/D02glob.ztst b/Test/D02glob.ztst index c7976225d..f35e5eb75 100644 --- a/Test/D02glob.ztst +++ b/Test/D02glob.ztst @@ -312,3 +312,8 @@ [[ "" = "" ]] && echo OK 0:Empty strings >OK + + foo="this string has a : colon in it" + print ${foo%% #:*} +0:Must-match arguments in complex patterns +>this string has a -- cgit 1.4.1