summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'