summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/base/translate.t5
1 files changed, 2 insertions, 3 deletions
diff --git a/t/base/translate.t b/t/base/translate.t
index 614f22c9c6..e471eb8e63 100644
--- a/t/base/translate.t
+++ b/t/base/translate.t
@@ -14,7 +14,7 @@ for my $i (0 .. 255) {
print "not ";
}
print "ok ";
- print $i + 1;
+ print $i + 1 . " - native_to_unicode $i";
print "\n";
}
@@ -23,5 +23,4 @@ for my $i (0 .. 255) {
if (utf8::unicode_to_native(utf8::native_to_unicode(100000)) != 100000) {
print "not ";
}
-print "ok ";
-print "257\n";
+print "ok 257 - native_to_unicode of large number\n";