summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2015-09-17 21:44:14 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2015-09-17 21:44:14 -0700
commit18130bed7fa032513261d426b8c3915cf11e20c1 (patch)
tree0ccb60829e871c2f8752b2931215f3b80c10cc1d /Test
parent9955bbdb9faeac388abec68c6b5b976bce27df92 (diff)
downloadzsh-18130bed7fa032513261d426b8c3915cf11e20c1.tar.gz
zsh-18130bed7fa032513261d426b8c3915cf11e20c1.tar.xz
zsh-18130bed7fa032513261d426b8c3915cf11e20c1.zip
36552 plus test: fix Nularg string in quotestring(QT_DOLLARS)
Diffstat (limited to 'Test')
-rw-r--r--Test/D04parameter.ztst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Test/D04parameter.ztst b/Test/D04parameter.ztst
index c7d506a51..e380e19b8 100644
--- a/Test/D04parameter.ztst
+++ b/Test/D04parameter.ztst
@@ -413,6 +413,10 @@
 >$'playing \'stupid\' "games" \\w\\i\\t\\h $quoting.'
 >'playing '\'stupid\'' "games" \w\i\t\h $quoting.'
 
+  print -r ${(qqqq):-""}
+0:workers/36551: literal empty string in ${(qqqq)...}
+>$''
+
   x=( a '' '\b' 'c d' '$e' )
   print -r ${(q)x}
   print -r ${(q-)x}