Skip Menu |

This queue is for tickets about the Number-Format CPAN distribution.

Report information
The Basics
Id: 92666
Status: open
Priority: 0/
Queue: Number-Format

People
Owner: Nobody in particular
Requestors: cpan [...] neonics.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.73
Fixed in: (no value)



Subject: locale/russian test fails on cygwin
Test output on Cygwin 32bit on Win7 x86_64, perl 5.14.2 t/locale.t ........... 1/? # Failed test 'rubles' # at t/locale.t line 53. # '123▒456,79RUB ' # doesn't match '(?^:^123▒456,79 RU[RB] $)' # Looks like you failed 1 test of 12. t/locale.t ........... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/12 subtests The (n_|p_)sep_by_space values are 0 whereas the test expects it to be 1. Perhaps a similar enforcing as for de_DE is needed?
I have a branch to test this fix if you want to pull https://github.com/DSolimano/number-format-perl
Subject: Re: [rt.cpan.org #92666] locale/russian test fails on cygwin
Date: Mon, 8 Jun 2015 14:08:02 -0700
To: bug-Number-Format [...] rt.cpan.org
From: William Ward - CPAN <wrw [...] cpan.org>
Pulled. On Mon, Jun 8, 2015 at 11:28 AM, David Solimano via RT < bug-Number-Format@rt.cpan.org> wrote: Show quoted text
> Queue: Number-Format > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=92666 > > > I have a branch to test this fix if you want to pull > https://github.com/DSolimano/number-format-perl >
-- Check out my LEGO blog at http://www.brickpile.com/ View my photos at http://flickr.com/photos/billward/ Follow me at http://twitter.com/williamward
On Mon Jun 08 17:08:52 2015, WRW wrote: Without any additional debugging information, I ran into this on the new release with the fix. t/format_price.t ..... ok # Failed test 'euros' # at t/locale.t line 37. # got: '123,456.79 USD' # expected: '123.456,79 USD' # Failed test 'rubles' # at t/locale.t line 56. # 'USD 123,456.79' # doesn't match '(?^:^123,456.79 RU[RB] $)' # Looks like you failed 2 tests of 12. t/locale.t ........... Ask Show quoted text
> Pulled. > > On Mon, Jun 8, 2015 at 11:28 AM, David Solimano via RT < > bug-Number-Format@rt.cpan.org> wrote: >
> > Queue: Number-Format > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=92666 > > > > > I have a branch to test this fix if you want to pull > > https://github.com/DSolimano/number-format-perl > >
> > >