diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-18 14:54:47 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-18 14:54:47 +0000 |
commit | 23cd9172ab4c1e71bdfc3b5ce019766a0c5f966c (patch) | |
tree | 29c355d0f41e3d05abb1baa2e4359379024e5c88 /t/uni/lower.t | |
parent | 5284b67eb2f74db7dcaf6c897d9c70d6f197e486 (diff) | |
download | perl-23cd9172ab4c1e71bdfc3b5ce019766a0c5f966c.tar.gz |
More Unicode casing checks.
p4raw-id: //depot/perl@14744
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] }); + |