summaryrefslogtreecommitdiff
path: root/t/uni/lower.t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-02-19 03:49:34 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-02-19 03:49:34 +0000
commite49298ea32513e37f1e773b8b86f6ee02bf9d1ac (patch)
tree16340ff4890a46f9f96c1658fcfb444ac12046c9 /t/uni/lower.t
parent5cb851a619abc5c8836307a3be2292a0ed632588 (diff)
downloadperl-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.t8
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] });
+