projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
953ab6e
)
The #4 has nothing to do with Unicode.
Jarkko Hietaniemi [Thu, 6 Dec 2001 17:54:14 +0000 (17:54 +0000)]
p4raw-id: //depot/perl@13494
t/op/tr.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/tr.t
b/t/op/tr.t
index
2f4e7de
..
b37eb7f
100755
(executable)
--- 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');
}
#