This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Better skip() explicit number of tests, test counts getting
[perl5.git] / t / uni / upper.t
CommitLineData
e49298ea
JH
1BEGIN {
2 chdir 't' if -d 't';
3 @INC = qw(../lib uni .);
4 require "case.pl";
5}
6
7casetest("Upper", \%utf8::ToSpecUpper, sub { uc $_[0] });
8