From 1b6033489b6de3caba8f6cf09cc2f10287b3904c Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Fri, 9 Sep 2016 09:31:52 +0000 Subject: unposted: Add tests for ${(q)} being aware of the EQUALS option. --- Test/D04parameter.ztst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Test/D04parameter.ztst') 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' -- cgit 1.4.1