From e88610b786461f4e7f6a51f084d5aaae0e8ecd85 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 29 May 2015 16:06:47 +0100 Subject: 35326: $#- was misparsed as ${#-} --- Test/D04parameter.ztst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Test/D04parameter.ztst') diff --git a/Test/D04parameter.ztst b/Test/D04parameter.ztst index d96ffb64f..c41e05ed3 100644 --- a/Test/D04parameter.ztst +++ b/Test/D04parameter.ztst @@ -1703,3 +1703,8 @@ funnychars='The qu*nk br!wan f@x j/mps o[]r \(e la~# ^"&;' [[ $funnychars = ${~${(b)funnychars}} ]] 0:${(b)...} quoting protects from GLOB_SUBST + + set -- + print $#-1 +0:Avoid confusion after overloaded characters in braceless substitution +>0-1 -- cgit 1.4.1