Subject: | t/1_months.t fails comparing Russian (?) strings (freebsd 12+13) |
On FreeBSD 12 + 13 I see the following test failures:
...
# Failed test 'date_ext 200 days and 5 sec'
# at t/1_months.t line 40.
Wide character in print at /usr/perl5.26.3p/lib/site_perl/5.26.3/Test2/Formatter/TAP.pm line 125.
# Structures begin differing at:
# $got->{long} = '11 марта 14'
# $expected->{long} = '11 мар 14'
# Failed test 'date_ext 200 days and 5 sec'
# at t/1_months.t line 80.
Wide character in print at /usr/perl5.26.3p/lib/site_perl/5.26.3/Test2/Formatter/TAP.pm line 125.
# Structures begin differing at:
# $got->{long} = '11 бер. 14'
# $expected->{long} = '11 бер 14'
# Failed test 'date_ext 200 days and 5 sec'
# at t/1_months.t line 120.
Wide character in print at /usr/perl5.26.3p/lib/site_perl/5.26.3/Test2/Formatter/TAP.pm line 125.
# Structures begin differing at:
# $got->{long} = '11 нау. 14'
# $expected->{long} = '11 нау 14'
# Looks like you failed 3 tests of 136.
t/1_months.t ..
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/136 subtests
...