Subject: | 03doc.t test fails with libxml2 from git |
Hi,
The 03doc.t test fails with libxml2 from current git repo.
# Failed test '3 As'
# at t/03doc.t line 592.
# got: '0'
# expected: '3'
# the test:
my $string4 = '<C:A><C:A><C:B/></C:A><C:A><C:B/></C:A></C:A>';
my $doc2 = $parser2->parse_string($string4);
# Fails right now
_count_local_name( $doc2, 'A', 3, q{3 As});
# this works
_count_local_name( $doc2, 'C:A', 3, q{3 As});