Subject: | t/43exc-xml-libxml.t fails with libxml2-2.9.10 |
After upgrading libxml2 from 2.9.9 to 2.9.10 t/43exc-xml-libxml.t fails like this:
$ perl -Ilib t/43exc-xml-libxml.t
ok 1 - parse broken xml
ok 2 - An object of class 'XML::LibXML::Error' isa 'XML::LibXML::Error'
not ok 3 - error 1
# Failed test 'error 1'
# at t/43exc-xml-libxml.t line 31.
# Structures begin differing at:
# $got->[1]{errno} = '13074'
# $expected->[1]{errno} = '13077'
ok 4 - EndTag: '</' not found
# <bad-xml>
# ^ (parser error 74)
1..4
# Looks like you failed 1 test of 4.