From: Karl Williamson Date: Mon, 19 Jun 2017 04:52:06 +0000 (-0600) Subject: APItest/t/utf8_warn_base.pl: Rename a test X-Git-Tag: v5.27.2~47^2~43 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/48ceb60a20ac85a763f25b1a6d5bb816d86ef953 APItest/t/utf8_warn_base.pl: Rename a test The names are now more uniform. --- diff --git a/ext/XS-APItest/t/utf8_warn_base.pl b/ext/XS-APItest/t/utf8_warn_base.pl index af19bf9..1ef448b 100644 --- a/ext/XS-APItest/t/utf8_warn_base.pl +++ b/ext/XS-APItest/t/utf8_warn_base.pl @@ -269,13 +269,11 @@ my @tests; (isASCII) ? 0x140000 : 0x200000, 1, ], - [ "requires at least 32 bits", + [ "lowest 32 bit code point", (isASCII) ? "\xfe\x82\x80\x80\x80\x80\x80" : I8_to_native( "\xff\xa0\xa0\xa0\xa0\xa0\xa0\xa2\xa0\xa0\xa0\xa0\xa0\xa0"), - # This code point is chosen so that it is representable in a UV on - # 32-bit machines 0x80000000, (isASCII) ? 1 : 8, ],