summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2016-07-10 18:53:05 -0700
committerFather Chrysostomos <sprout@cpan.org>2016-07-13 01:12:48 -0700
commitc5a6fcde9e935abf29a128e33f134e0272a6f740 (patch)
treeb825544f5f2217a12f7925c38f306b9bcaab47a3 /MANIFEST
parent370579b70296bb5a423996c84702c6fc4a473f4a (diff)
downloadperl-c5a6fcde9e935abf29a128e33f134e0272a6f740.tar.gz
Remove t/uni/chr.t
Without ‘use encoding’, tests like ok(chr(0x7f) eq "\x7f"); have little to do with perl’s Unicode support, and they duplicate tests in t/op/chr.t. It is not necessary to convert these to use chars > 0xff, to test chr with Unicode, as t/op/chr.t already does that, too. Move the warning test to t/lib/warnings/pp. That is the only thing tested here that is not tested elsewhere.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 0 insertions, 1 deletions
diff --git a/MANIFEST b/MANIFEST
index 8556e4a86e..a4c6795b6e 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -5717,7 +5717,6 @@ t/uni/cache.t See if Unicode swash caching works
t/uni/caller.t See if Unicode doesn't get mangled in caller()
t/uni/case.pl See if Unicode casing works
t/uni/chomp.t See if Unicode chomp works
-t/uni/chr.t See if Unicode chr works
t/uni/class.t See if Unicode classes work (\p)
t/uni/eval.t See if Unicode hints don't affect eval()
t/uni/fold.t See if Unicode folding works