1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-22 16:20:23 +02:00

Adjust test for new typeset restrictions.

This commit is contained in:
Bart Schaefer 2001-08-13 17:45:03 +00:00
parent d978bb894e
commit be5e65d2bb
2 changed files with 5 additions and 4 deletions

View file

@ -146,8 +146,8 @@
>\2 backcbrack cbrack star
>\\\4 \\\? star zounds
typeset "A[one\"two\"three\"quotes]"=QQQ
typeset 'A[one\"two\"three\"quotes]'=qqq
typeset -g "A[one\"two\"three\"quotes]"=QQQ
typeset -g 'A[one\"two\"three\"quotes]'=qqq
print -R "$A[one\"two\"three\"quotes]"
print -R $A[one\"two\"three\"quotes]
A[one"two"three"four"quotes]=QqQq