about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-05-11 09:40:00 +0100
committerPeter Stephenson <pws@zsh.org>2015-05-11 09:40:00 +0100
commitd756f4eafd5d9f5fb3125d88d6a8b703b3ab6078 (patch)
treeb957d9e914d226ea5222ea4d8dac95d404f8849a /Test
parent6269db883ad6989a578bac299deab9c4285bb1df (diff)
downloadzsh-d756f4eafd5d9f5fb3125d88d6a8b703b3ab6078.tar.gz
zsh-d756f4eafd5d9f5fb3125d88d6a8b703b3ab6078.tar.xz
zsh-d756f4eafd5d9f5fb3125d88d6a8b703b3ab6078.zip
35078: Add backslash quoting to parameter (b) flag from 35067.
Diffstat (limited to 'Test')
-rw-r--r--Test/D04parameter.ztst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/D04parameter.ztst b/Test/D04parameter.ztst
index 17a59cb2c..d96ffb64f 100644
--- a/Test/D04parameter.ztst
+++ b/Test/D04parameter.ztst
@@ -1700,6 +1700,6 @@
 >
 >Four
 
-  funnychars='The qu*nk br!wan f@x j/mps o[]r the la~# ^"&;'
+  funnychars='The qu*nk br!wan f@x j/mps o[]r \(e la~# ^"&;'
   [[ $funnychars = ${~${(b)funnychars}} ]]
 0:${(b)...} quoting protects from GLOB_SUBST