summaryrefslogtreecommitdiff
path: root/t/op/tr.t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-12-06 17:54:14 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-06 17:54:14 +0000
commitff36f15dfd0415693fbf98afc232a6ae4115c057 (patch)
tree7f4ec6e027d5d52c0d7842bc4d7d367a878d7caf /t/op/tr.t
parent953ab6e5d4c89e9e1eb3c919a578ff14c2d6a823 (diff)
downloadperl-ff36f15dfd0415693fbf98afc232a6ae4115c057.tar.gz
The #4 has nothing to do with Unicode.
p4raw-id: //depot/perl@13494
Diffstat (limited to 't/op/tr.t')
-rwxr-xr-xt/op/tr.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/tr.t b/t/op/tr.t
index 2f4e7de67e..b37eb7f186 100755
--- a/t/op/tr.t
+++ b/t/op/tr.t
@@ -33,7 +33,7 @@ is($_, "aBCDEFGHIJKLMNOPQRSTUVWXYz", 'partial uc');
tr/I-J/i-j/;
- is($_, "i\xcaj", 'lc with unicode');
+ is($_, "i\xcaj", 'EBCDIC discontinuity');
}
#