diff options
author | Father Chrysostomos <sprout@cpan.org> | 2016-07-10 18:53:05 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2016-07-13 01:12:48 -0700 |
commit | c5a6fcde9e935abf29a128e33f134e0272a6f740 (patch) | |
tree | b825544f5f2217a12f7925c38f306b9bcaab47a3 /MANIFEST | |
parent | 370579b70296bb5a423996c84702c6fc4a473f4a (diff) | |
download | perl-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-- | MANIFEST | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |