summaryrefslogtreecommitdiff
path: root/Test
diff options
context:
space:
mode:
Diffstat (limited to 'Test')
-rw-r--r--Test/D06subscript.ztst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/D06subscript.ztst b/Test/D06subscript.ztst
index d3645c636..f90c1cb0a 100644
--- a/Test/D06subscript.ztst
+++ b/Test/D06subscript.ztst
@@ -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