Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 84583
Status: resolved
Priority: 0/
Queue: HTML-FromText

People
Owner: CWEST [...] cpan.org
Requestors: mike [...] mikebaas.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 2.05
Fixed in: (no value)



Subject: t/01_features.t fails due to encoding
not ok 28 - indented tables with normal para # Failed test 'indented tables with normal para' # at t/01_features.t line 286. # got: '<table class="hft-tables"> # <tr><td>http://www.pm.org</td><td>Perl Mongers</td></tr> # <tr><td>http://perl.com</td><td>O&#39;Reilly Perl Center</td></tr> # <tr><td>http://lists.perl.org</td><td>List of Mailing Lists</td></tr> # <tr><td>http://use.perl.org</td><td>Perl News and Community Journals</td></tr> # <tr><td>http://perl.apache.org</td><td>mod_perl</td></tr> # <tr><td>http://theperlreview.com</td><td>The Perl Review</td></tr> # </table> # ' # expected: '<table class="hft-tables"> # <tr><td>http://www.pm.org</td><td>Perl Mongers</td></tr> # <tr><td>http://perl.com</td><td>O'Reilly Perl Center</td></tr> # <tr><td>http://lists.perl.org</td><td>List of Mailing Lists</td></tr> # <tr><td>http://use.perl.org</td><td>Perl News and Community Journals</td></tr> # <tr><td>http://perl.apache.org</td><td>mod_perl</td></tr> # <tr><td>http://theperlreview.com</td><td>The Perl Review</td></tr> # </table> # ' 1..28
fixed in latest -- rjbs