Skip Menu |

This queue is for tickets about the HTML-Tree CPAN distribution.

Report information
The Basics
Id: 45069
Status: rejected
Priority: 0/
Queue: HTML-Tree

People
Owner: Jeff.Fearn [...] gmail.com
Requestors: michael [...] bizsystems.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: test failure
This is perl, v5.6.1 built for i386-linux Linux 2.4.17-pre8 #3 Thu Dec 13 11:42:50 PST 2001 i686 unknown HTML::Parser 3.60 HTML::Tagset 3.03 t/body.............. 1..11 ok 1 - use HTML::TreeBuilder; ok 2 ok 3 ok 4 ok 5 not ok 6 # TODO HTML::Parser::parse mucks with our escapes # Failed (TODO) test at t/body.t line 58. # got: '<html><head></head><body>This &amp;#x17f;oftware has &amp;#383;ome bugs</body></html> # ' # expected: '<html><head></head><body>This &#x17f;oftware has &#383;ome bugs</body></html> # ' not ok 7 # Failed test at t/body.t line 66. # got: '<html><head></head><body>Geb&uuml;hr vor Ort von &amp;euro; 30,- pro Woche</body></html> # ' # expected: '<html><head></head><body>Geb&uuml;hr vor Ort von &euro; 30,- pro Woche</body></html> # ' not ok 8 # Failed test at t/body.t line 73. # got: '<html><head></head><body>This &amp;sim; is a twiddle</body></html> # ' # expected: '<html><head></head><body>This &sim; is a twiddle</body></html> # ' ok 9 ok 10 ok 11 # Looks like you failed 2 tests of 11. Dubious, test returned 2 (wstat 512, 0x200)
Hi, we won't be supporting perl 5.6 since it's so old and the developer release versions use perl 5.8 functions. Cheers, Jeff.