summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/t/uni/lower.t
blob: 4420d0b165d102db1cea5e8588f6aea848ef454c (plain)
1
2
3
4
5
6
7
8
BEGIN {
    chdir 't' if -d 't';
    @INC = qw(../lib uni .);
    require "case.pl";
}

casetest("Lower", \%utf8::ToSpecLower, sub { lc $_[0] });