diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-06 17:54:14 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-06 17:54:14 +0000 |
commit | ff36f15dfd0415693fbf98afc232a6ae4115c057 (patch) | |
tree | 7f4ec6e027d5d52c0d7842bc4d7d367a878d7caf /t/op/tr.t | |
parent | 953ab6e5d4c89e9e1eb3c919a578ff14c2d6a823 (diff) | |
download | perl-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-x | t/op/tr.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ is($_, "aBCDEFGHIJKLMNOPQRSTUVWXYz", 'partial uc'); tr/I-J/i-j/; - is($_, "i\xcaj", 'lc with unicode'); + is($_, "i\xcaj", 'EBCDIC discontinuity'); } # |