about summary refs log tree commit diff
path: root/Test/D04parameter.ztst
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2005-04-26 09:51:27 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2005-04-26 09:51:27 +0000
commitba1a54551601f996c9fa6a44c6bd6b8b0f5ca53a (patch)
treed99b621286b51178db80de5bd5220738f428f5f1 /Test/D04parameter.ztst
parentce49d62d45278b2fe559b180ba6ef870215b2037 (diff)
downloadzsh-ba1a54551601f996c9fa6a44c6bd6b8b0f5ca53a.tar.gz
zsh-ba1a54551601f996c9fa6a44c6bd6b8b0f5ca53a.tar.xz
zsh-ba1a54551601f996c9fa6a44c6bd6b8b0f5ca53a.zip
21194: fix handling of zero-length quoted test strings for patterns
Diffstat (limited to 'Test/D04parameter.ztst')
-rw-r--r--Test/D04parameter.ztst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Test/D04parameter.ztst b/Test/D04parameter.ztst
index 5700a0722..7f2ed4670 100644
--- a/Test/D04parameter.ztst
+++ b/Test/D04parameter.ztst
@@ -599,3 +599,8 @@
 >said
 >i
 >willJOYCE
+
+  foo=
+  print "${${foo}/?*/replacement}"
+0:Quoted zero-length strings are handled properly
+>