source:
trunk/essentials/dev-lang/perl/t/uni/title.t@
3188
| Last change on this file since 3188 was 3181, checked in by , 19 years ago | |
|---|---|
| File size: 195 bytes | |
| Line | |
|---|---|
| 1 | BEGIN { |
| 2 | chdir 't' if -d 't'; |
| 3 | @INC = qw(../lib uni .); |
| 4 | require "case.pl"; |
| 5 | } |
| 6 | |
| 7 | casetest("Title", \%utf8::ToSpecTitle, sub { ucfirst $_[0] }, |
| 8 | sub { my $a = ""; ucfirst ($_[0] . $a) }); |
Note:
See TracBrowser
for help on using the repository browser.
