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

index adc4b3f..e12b920 100644 (file)
@@ -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";
 
 {