summaryrefslogtreecommitdiff
path: root/t/uni/title.t
diff options
context:
space:
mode:
Diffstat (limited to 't/uni/title.t')
-rw-r--r--t/uni/title.t8
1 files changed, 8 insertions, 0 deletions
diff --git a/t/uni/title.t b/t/uni/title.t
new file mode 100644
index 0000000000..c0b7e3a016
--- /dev/null
+++ b/t/uni/title.t
@@ -0,0 +1,8 @@
+BEGIN {
+ chdir 't' if -d 't';
+ @INC = qw(../lib uni .);
+ require "case.pl";
+}
+
+casetest("Title", \%utf8::ToSpecTitle, sub { ucfirst $_[0] });
+