This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pp.c: pp_substr for UTF-8 globs.
[perl5.git] / t / uni / title.t
1 BEGIN {
2     chdir 't' if -d 't';
3     @INC = qw(../lib uni .);
4     require "case.pl";
5 }
6
7 casetest(0, # No extra tests run here,
8         "Title", \%utf8::ToSpecTitle, sub { ucfirst $_[0] },
9          sub { my $a = ""; ucfirst ($_[0] . $a) });