Subject: | t/01-options.t started to fail (with newest XML::LibXML2?) |
The test suite started to fail:
...
# Failed test 'malformed XML'
# at t/01-options.t line 149.
# 'xml_grep2: t/malformed.xml:2: parser error : EndTag: '</' not found
#
# ^
# t/test.xml:1
# '
# doesn't match '(?^:xml_grep2: t/malformed.xml:2: parser error : Premature end of data in tag doc line 1\n)'
# Failed test '-v on malformed data'
# at t/01-options.t line 160.
# 'xml_grep2: t/malformed.xml:2: parser error : EndTag: '</' not found
#
# ^
# '
# doesn't match '(?^:xml_grep2: t/malformed.xml:2: parser error : Premature end of data in tag doc line 1)'
# Failed test '-C'
# at t/01-options.t line 183.
#
# got: '
# '
# expected: 'entity c
# '
#
# Looks like you failed 3 tests of 90.
#
t/01-options.t ..
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/90 subtests
...
Possible reason: this change in XML::LibXML:
https://metacpan.org/source/SHLOMIF/XML-LibXML-2.0202/Changes#L4-5