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 &#x17f;oftware has
&#383;ome bugs</body></html>
# '
# expected: '<html><head></head><body>This ſoftware has
ſome bugs</body></html>
# '
not ok 7
# Failed test at t/body.t line 66.
# got: '<html><head></head><body>Gebühr vor Ort von
&euro; 30,- pro Woche</body></html>
# '
# expected: '<html><head></head><body>Gebühr vor Ort von €
30,- pro Woche</body></html>
# '
not ok 8
# Failed test at t/body.t line 73.
# got: '<html><head></head><body>This &sim; is a
twiddle</body></html>
# '
# expected: '<html><head></head><body>This ∼ 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)