From 2d03aa87fbdd371209aa63869d42686338d6a96b Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 16 Dec 2007 14:05:14 +0000 Subject: 24264: restrict effect of 24234 to parameter substitution code and document --- Test/B02typeset.ztst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Test') diff --git a/Test/B02typeset.ztst b/Test/B02typeset.ztst index e9837a1c7..34e2dab26 100644 --- a/Test/B02typeset.ztst +++ b/Test/B02typeset.ztst @@ -430,17 +430,17 @@ local case1=upper typeset -u case1 print $case1 - UPPER="VALUE OF \$UPPER" + upper="VALUE OF \$UPPER" print ${(P)case1} -0:Upper case conversion +0:Upper case conversion, does not apply to values used internally >UPPER >VALUE OF $UPPER local case2=LOWER typeset -l case2 print $case2 - lower="value of \$lower" + LOWER="value of \$lower" print ${(P)case2} -0:Lower case conversion +0:Lower case conversion, does not apply to values used internally >lower >value of $lower -- cgit 1.4.1