From: Jarkko Hietaniemi Date: Sat, 2 Feb 2002 16:44:58 +0000 (+0000) Subject: EBCDIC: since #14519 made \N{...} to remap, X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=93979888e8ec8c77cb4951a3e9f792ab960c6715;p=p5sagit%2Fp5-mst-13.2.git EBCDIC: since #14519 made \N{...} to remap, the test cannot expect an ASCII code point. p4raw-id: //depot/perl@14525 --- diff --git a/lib/charnames.t b/lib/charnames.t index adc4b3f..e12b920 100644 --- 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"; {