Subject: | Tests failes with XML-LibXML-2.0202 |
Date: | Tue, 14 Jan 2020 11:20:48 +0100 |
To: | bug-XML-LibXSLT [...] rt.cpan.org |
From: | Jitka Plesnikova <jplesnik [...] redhat.com> |
The test t/06entities.t failed with XML-LibXML-2.0202.
# Failed test '$tostring matches entity.'
# at t/06entities.t line 41.
# '<?xml version="1.0"?>
# <out>foobar</out>
# '
# doesn't match '(?^i:foo(?:.|ö)bar)'
# Failed test '$content matches entity.'
# at t/06entities.t line 49.
# '<?xml version="1.0"?>
# <out>foobar</out>
# '
# doesn't match '(?^i:foo(?:ö|\xC3\xB6)bar)'
# Looks like you failed 2 tests of 2.
t/06entities.t ............
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
It probably happened, because loading external DTDs or external entities
is disabled by default in XML-LibXML-2.0202.