about summary refs log tree commit diff
path: root/Test/D08cmdsubst.ztst
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2011-09-15 14:04:51 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2011-09-15 14:04:51 +0000
commit3dba9a8614e15292ef27cf81c202a39a37e4fff7 (patch)
treecf2a137cfcbe6cbfb20e3c0ef37477820a563c37 /Test/D08cmdsubst.ztst
parenta0700c54400fdfbed7244354f2c207414558745b (diff)
downloadzsh-3dba9a8614e15292ef27cf81c202a39a37e4fff7.tar.gz
zsh-3dba9a8614e15292ef27cf81c202a39a37e4fff7.tar.xz
zsh-3dba9a8614e15292ef27cf81c202a39a37e4fff7.zip
29776: fix case of double quotes in double-quote-style
parsing where end character is something else
Diffstat (limited to 'Test/D08cmdsubst.ztst')
-rw-r--r--Test/D08cmdsubst.ztst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Test/D08cmdsubst.ztst b/Test/D08cmdsubst.ztst
index 9962c6cad..5661b0aaa 100644
--- a/Test/D08cmdsubst.ztst
+++ b/Test/D08cmdsubst.ztst
@@ -98,3 +98,11 @@
  echo `echo $?`
 0:Non-empty command substitution inherits status
 >1
+
+ echo $(( ##\" ))
+ echo $(echo \")
+ echo $((echo \"); echo OK)
+0:Handling of backslash double quote in parenthesised substitutions
+>34
+>"
+>" OK