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

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

perl 5.8.8

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