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'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