source:
trunk/essentials/dev-lang/perl/t/uni/lower.t
Last change on this file was 3181, checked in by , 18 years ago | |
---|---|
File size: 252 bytes |
Line | |
---|---|
1 | BEGIN { |
2 | chdir 't' if -d 't'; |
3 | @INC = qw(../lib uni .); |
4 | require "case.pl"; |
5 | } |
6 | |
7 | casetest("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.