source: trunk/essentials/dev-lang/perl/t/uni/lower.t

Last change on this file was 3181, checked in by bird, 18 years ago

perl 5.8.8

File size: 252 bytes
Line 
1BEGIN {
2 chdir 't' if -d 't';
3 @INC = qw(../lib uni .);
4 require "case.pl";
5}
6
7casetest("Lower", \%utf8::ToSpecLower,
8 sub { lc $_[0] }, sub { my $a = ""; lc ($_[0] . $a) },
9 sub { lcfirst $_[0] }, sub { my $a = ""; lcfirst ($_[0] . $a) });
Note: See TracBrowser for help on using the repository browser.