This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/uni/case.pl: Allow to work on early Unicodes
[perl5.git] / t / uni / title.t
CommitLineData
e49298ea
JH
1BEGIN {
2 chdir 't' if -d 't';
3 @INC = qw(../lib uni .);
4 require "case.pl";
5}
6
cc70200b 7casetest(0, # No extra tests run here,
2d6d4018 8 "Titlecase_Mapping", sub { ucfirst $_[0] },
6f9b16a7 9 sub { my $a = ""; ucfirst ($_[0] . $a) });