Subject: | Test failure with tidy 5.4.0 |
On a CentOS7 system:
...
# Testing HTML::T5 0.005, tidy 5.4.0, Perl 5.028000, /opt/perl-5.28.0/bin/perl
# Failed test 'HTML::T5 requires version 5.6.0 or higher of the tidy-html5 library'
# at t/00-load.t line 15.
# '5.4.0'
# ge
# '5.6.0'
# Looks like you failed 1 test of 2.
t/00-load.t ................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
...
# Failed test 'Should have exactly three messages'
# at t/extra-quote.t line 33.
# got: '3'
# expected: '4'
# Failed test 'Matching warnings'
# at t/extra-quote.t line 37.
# Structures begin differing at:
# $got->[2] = '- (4:1) Warning: <img> lacks "alt" attribute'
# $expected->[2] = '- (4:1) Warning: <img> illegal characters found in URI'
# Looks like you failed 2 tests of 4.
t/extra-quote.t ............
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/4 subtests
... (etc) ...