You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried to prove -blv t\t_filter.t on Windows 8.1 64 bit under Strawberry Perl 5.24.1 64 bit, the test failed.
It seems to me that t\t_filter.t contains locale-dependent tests.
ok 84 - template text 41 processed OK: [% 'arse' | stderr %]\nstderr: [%...
MATCH FAILED
input: [[% 'arse' | stderr %]\nstderr: [% stderr %]\n]
expect: [stderr: arse]
output: [stderr: Locale 'Japanese_Japan.932' may not work well. Some characters in it are not recognized by Perl.\narse]
not ok 85 - template text 41 did not match expected
ok 86 - template text 42 processed OK: [% percent = '%'\n left = "[...
Thank you,
The text was updated successfully, but these errors were encountered:
Hello,
When I tried to
prove -blv t\t_filter.t
on Windows 8.1 64 bit under Strawberry Perl 5.24.1 64 bit, the test failed.It seems to me that t\t_filter.t contains locale-dependent tests.
Here are the results of the test.
filter_t-results.txt
Relevant part of the results:
Thank you,
The text was updated successfully, but these errors were encountered: