diff options
Diffstat (limited to 'tests/casemod.tests')
-rw-r--r-- | tests/casemod.tests | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/casemod.tests b/tests/casemod.tests index 20cb1cf5..56ab20d9 100644 --- a/tests/casemod.tests +++ b/tests/casemod.tests @@ -114,8 +114,8 @@ echo ${TEXT2^^} M1=${S1^^[aeiou]} M2=${U2,,[AEIOU]} -echo ${M1} ${M1~} -echo ${M2} ${M2~~} +#echo ${M1} ${M1~} +#echo ${M2} ${M2~~} declare -l lower=aBcDe lower+=XyZ |