In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/26c2b24e747153620ae90a402ebd0dab176e803d?hp=7adaf5b2acaa653a831bb68ed91d8d205fbf9fb2>
- Log ----------------------------------------------------------------- commit 26c2b24e747153620ae90a402ebd0dab176e803d Author: Karl Williamson <[email protected]> Date: Mon May 18 10:30:57 2015 -0600 t/op/utf8decode.t: Better SKIP message ----------------------------------------------------------------------- Summary of changes: t/op/utf8decode.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/op/utf8decode.t b/t/op/utf8decode.t index 92de821..3313fe0 100644 --- a/t/op/utf8decode.t +++ b/t/op/utf8decode.t @@ -11,7 +11,7 @@ BEGIN { use bytes; my $ordwide = ord($wide); printf "# under use bytes ord(v256) = 0x%02x\n", $ordwide; - skip_all('UTF-EBCDIC (not UTF-8) used here') if $ordwide == 140; + skip_all('UTF-8-centric tests (not valid for UTF-EBCDIC)') if $ordwide == 140; if ($ordwide != 196) { printf "# v256 starts with 0x%02x\n", $ordwide; -- Perl5 Master Repository
