projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4d231be
)
EBCDIC: since #14519 made \N{...} to remap,
Jarkko Hietaniemi [Sat, 2 Feb 2002 16:44:58 +0000 (16:44 +0000)]
the test cannot expect an ASCII code point.
p4raw-id: //depot/perl@14525
lib/charnames.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/charnames.t
b/lib/charnames.t
index
adc4b3f
..
e12b920
100644
(file)
--- a/
lib/charnames.t
+++ b/
lib/charnames.t
@@
-12,7
+12,7
@@
print "1..22\n";
use charnames ':full';
-print "not " unless "Here\N{EXCLAMATION MARK}?" eq "Here\041?";
+print "not " unless "Here\N{EXCLAMATION MARK}?" eq "Here!?";
print "ok 1\n";
{