about summary refs log tree commit diff
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
parent73622ae2880a599ad7ed84d43538c34cf55a48ca (diff)
downloadzsh-1b6033489b6de3caba8f6cf09cc2f10287b3904c.tar.gz
zsh-1b6033489b6de3caba8f6cf09cc2f10287b3904c.tar.xz
zsh-1b6033489b6de3caba8f6cf09cc2f10287b3904c.zip
unposted: Add tests for ${(q)} being aware of the EQUALS option.
-rw-r--r--ChangeLog5
-rw-r--r--Test/D04parameter.ztst4
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2651b7343..a0e643615 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-09-09  Daniel Shahaf  <d.s@daniel.shahaf.name>
+
+	* unposted: Test/D04parameter.ztst: Add tests for ${(q)} being
+	aware of the EQUALS option.
+
 2016-09-08  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
 	* 39236 (plus typo fix): Doc/Zsh/compsys.yo, README: docs: Tweak
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'