In perl.git, the branch smoke-me/khw-locale has been created
<http://perl5.git.perl.org/perl.git/commitdiff/ffa57b808da75b8063f361afa8c92df1eb4c94f4?hp=0000000000000000000000000000000000000000>
at ffa57b808da75b8063f361afa8c92df1eb4c94f4 (commit)
- Log -----------------------------------------------------------------
commit ffa57b808da75b8063f361afa8c92df1eb4c94f4
Author: Karl Williamson <[email protected]>
Date: Wed Mar 12 13:06:49 2014 -0600
lib/locale.t: Update $variable name
As of commit b057411ddb1a3d8b6ab062d667c8e39f80cd7343, the meaning of
the variable is extended to beyond just being about 'folding', so change
the name to correspond.
M lib/locale.t
commit 70abfdef7962efa11a080978463759fd57bcfd94
Author: Karl Williamson <[email protected]>
Date: Wed Mar 12 13:03:22 2014 -0600
PATCH: [perl #121340] lib/locale.t noisy+complaining but passes on Win32
It turns out that these messages were not printed as one would expect
under TAP, but were output using warn().
M lib/locale.t
commit acd4564e7394852a7bc63a147f8b38567cf39aff
Author: Karl Williamson <[email protected]>
Date: Wed Mar 12 12:54:45 2014 -0600
lib/locale.t: Fix broken test
The test that [:digit:] is a subset of [:xdigit:] failed in locales
where [:digit:] matches 2 blocks of 10 digits, but the second block
isn't considered part of [:xdigit:]. This happens in Thai on Windows.
The POSIX standard http://pubs.opengroup.org/onlinepubs/9699919799/
does not use very clear language, but I'm taking it as meaning it is ok
for this to happen, so this revises the test to accept it.
M lib/locale.t
-----------------------------------------------------------------------
--
Perl5 Master Repository