Subject: | Tests fail (with newest HTML::Lint?) |
My smokers started to report test failures:
...
# Failed test 'Failed test using HTML::Lint - invalid HTML'
# at t/691-output-html-get-sql.t line 52.
# HTML-Lint: $VAR1 = bless( {
# '_column' => 74,
# '_errcode' => 'api-eof-not-called',
# '_line' => 150,
# '_errtext' => 'The eof() method has not been called on this file.',
# '_type' => 1,
# '_file' => undef
# }, 'HTML::Lint::Error' );
# HTML-Lint: $VAR1 = bless( {
# '_line' => 150,
# '_errtext' => 'The eof() method has not been called on this file.',
# '_type' => 1,
# '_file' => undef,
# '_column' => 74,
# '_errcode' => 'api-eof-not-called'
# }, 'HTML::Lint::Error' );
# Looks like you failed 1 test of 8.
t/691-output-html-get-sql.t .................................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/8 subtests
...
Looking at the Changes file of HTML-Lint-2.26, it seems that this change is responsible for the problem: https://metacpan.org/source/PETDANCE/HTML-Lint-2.26/Changes#L30