diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-19 03:49:34 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-19 03:49:34 +0000 |
commit | e49298ea32513e37f1e773b8b86f6ee02bf9d1ac (patch) | |
tree | 16340ff4890a46f9f96c1658fcfb444ac12046c9 /t/uni/lower.t | |
parent | 5cb851a619abc5c8836307a3be2292a0ed632588 (diff) | |
download | perl-e49298ea32513e37f1e773b8b86f6ee02bf9d1ac.tar.gz |
Add back the new casing tests.
p4raw-id: //depot/perl@14761
Diffstat (limited to 't/uni/lower.t')
-rw-r--r-- | t/uni/lower.t | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/t/uni/lower.t b/t/uni/lower.t new file mode 100644 index 0000000000..4420d0b165 --- /dev/null +++ b/t/uni/lower.t @@ -0,0 +1,8 @@ +BEGIN { + chdir 't' if -d 't'; + @INC = qw(../lib uni .); + require "case.pl"; +} + +casetest("Lower", \%utf8::ToSpecLower, sub { lc $_[0] }); + |