about summary refs log tree commit diff
path: root/Test/D04parameter.ztst
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-09-09 09:31:52 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-09-09 09:36:12 +0000
commit1b6033489b6de3caba8f6cf09cc2f10287b3904c (patch)
treeb562a5cff5acd3298969e6b45c22eba68d45f389 /Test/D04parameter.ztst
parent73622ae2880a599ad7ed84d43538c34cf55a48ca (diff)
downloadzsh-1b6033489b6de3caba8f6cf09cc2f10287b3904c.tar.gz
zsh-1b6033489b6de3caba8f6cf09cc2f10287b3904c.tar.xz
zsh-1b6033489b6de3caba8f6cf09cc2f10287b3904c.zip
unposted: Add tests for ${(q)} being aware of the EQUALS option.
Diffstat (limited to 'Test/D04parameter.ztst')
-rw-r--r--Test/D04parameter.ztst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Test/D04parameter.ztst b/Test/D04parameter.ztst
index e779aaba8..be6e10461 100644
--- a/Test/D04parameter.ztst
+++ b/Test/D04parameter.ztst
@@ -2015,3 +2015,7 @@
   )
 0:Use of @ does not prevent forced join with j
 >Xone two-bucklemy shoe
+
+  () { print -r -- "${(q)1}" "${(b)1}" "${(qq)1}" } '=foo'
+0:(q) and (b) quoting deal with the EQUALS option
+>\=foo =foo '=foo'