Skip to content

Commit

Permalink
Add test descriptions for some tests in t/base/translate.t.
Browse files Browse the repository at this point in the history
This partially resolves RT # 131655.

Vitali Peil is now a Perl author.
  • Loading branch information
vpeil authored and jkeenan committed Jul 5, 2017
1 parent 2099df8 commit 8abe6e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -1251,6 +1251,7 @@ Viktor Turskyi <koorchik@gmail.com>
Ville Skyttä <scop@cs132170.pp.htv.fi>
Vincent Pit <perl@profvince.com>
Vishal Bhatia <vishal@deja.com>
Vitali Peil <vitali.peil@uni-bielefeld.de>
Vlad Harchev <hvv@hippo.ru>
Vladimir Alexiev <vladimir@cs.ualberta.ca>
Vladimir Marek <vlmarek@volny.cz>
Expand Down
5 changes: 2 additions & 3 deletions t/base/translate.t
Expand Up @@ -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";
}

Expand All @@ -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";

0 comments on commit 8abe6e1

Please sign in to comment.