CC: | nigelm [...] cpan.org |
Subject: | t/01-reading.t test started to fail |
My smoker systems started to report the following failure:
...
# Failed test 'Text loaded properly'
# at t/01-reading.t line 88.
# got: 'Test file for Text::FromAny
# With four spaces: | |
# And a link to our git repo plus our issue tracker and lastly a
# duplicate of the link to our git repo.
#
# http://github.com/portu/Text-FromAny
# http://github.com/portu/Text-FromAny/issues'
# expected: 'Test file for Text::FromAny
# With four spaces: | |
# And a link to our git repo plus our issue tracker and lastly a
# duplicate of the link to our git repo.
#
# http://github.com/portu/Text-FromAny
# http://github.com/portu/Text-FromAny/issues'
# Looks like you failed 1 test of 31.
t/01-reading.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/31 subtests
...
The difference is invisible here, but it's about space vs. non-breakable space.
I guess that the following change in HTML-Formatter might cause the trouble (turning nbsp into normal spaces):
https://metacpan.org/diff/file?target=NIGELM%2FHTML-Formatter-2.16%2F&source=NIGELM%2FHTML-Formatter-2.14#lib/HTML/Formatter.pm