1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 04:30:24 +02:00

29776: fix case of double quotes in double-quote-style

parsing where end character is something else
This commit is contained in:
Peter Stephenson 2011-09-15 14:04:51 +00:00
parent a0700c5440
commit 3dba9a8614
3 changed files with 14 additions and 2 deletions

View file

@ -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