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:
parent
a0700c5440
commit
3dba9a8614
3 changed files with 14 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue