On Sat Mar 29 07:06:41 2014, HORNBURG wrote:
Show quoted text> t/test_3_47.t ....................... 1/3 # Looks like you planned 3
> tests but ran 5.
> t/test_3_47.t ....................... Dubious, test returned 255
> (wstat 65280, 0xff00)
> All 3 subtests passed
> (less 3 skipped subtests: 0 okay)
I get the same. If I change the test count to 5 and rerun I get this:
t/test_3_47.t ....................... 1/5
# Failed test 'In and out are the same (HTML::TreeBuilder)'
# at t/test_3_47.t line 29.
# '<html><head></head><body><h1>Herethere v&r;</h1><p>marco&company; and marcocompany ? ? ? ?</p></body></html>'
# doesn't match '(?^u:\<h1\>Here\&\;there\ v\&\;r\;\<\/h1\>\<p\>marco\&\;company\;\ and\ marco\&\;company\ \?\ \?\ \?\ \?\<\/p\>)'
# Failed test 'regexp on attribute, including an = sign'
# at t/test_3_47.t line 40.
# got: undef
# expected: 'e1'
# Looks like you failed 2 tests of 5.
t/test_3_47.t ....................... Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/5 subtests