Better diagnostics from io/utf8.t
[p5sagit/p5-mst-13.2.git] / t / uni / upper.t
index 5694c26..d9f1788 100644 (file)
@@ -4,5 +4,5 @@ BEGIN {
     require "case.pl";
 }
 
-casetest("Upper", \%utf8::ToSpecUpper, sub { uc $_[0] });
-
+casetest("Upper", \%utf8::ToSpecUpper, sub { uc $_[0] },
+        sub { my $a = ""; uc ($_[0] . $a) });