Subject: | t/01_libxml.t started to fail (with newest XML::LibXML?) |
My smokers report the following new failure:
...
# Failed test 'Use of local DTD by libxml'
# at t/01_libxml.t line 49.
# Got exception :8: parser error : Entity 'eacute' not defined
# <body>abcdéfghij</body>
# ^
# Failed test 'Entity decoding'
# at t/01_libxml.t line 54.
# got: undef
# expected: 'abcd\xE9fghij'
# Looks like you failed 2 tests of 3.
t/01_libxml.t ...........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/3 subtests
...
Maybe caused by the following change in XML::LibXML:
https://metacpan.org/source/SHLOMIF/XML-LibXML-2.0202/Changes#L4-5