From be5e65d2bbc04b66655c88cbf0f9075f50c310c2 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Mon, 13 Aug 2001 17:45:03 +0000 Subject: Adjust test for new typeset restrictions. --- Test/D06subscript.ztst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Test') 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 -- cgit 1.4.1