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
index c0b7e3a..2d6dcb7 100644 (file)
@@ -4,5 +4,6 @@ BEGIN {
     require "case.pl";
 }
 
-casetest("Title", \%utf8::ToSpecTitle, sub { ucfirst $_[0] });
-
+casetest(0, # No extra tests run here,
+       "Titlecase_Mapping", sub { ucfirst $_[0] },
+        sub { my $a = ""; ucfirst ($_[0] . $a) });