Acme-AsciiArt2HtmlTable
view release on metacpan or search on metacpan
t/01.options.id.t view on Meta::CPAN
use Test::More tests => 2;
BEGIN {
use_ok( 'Acme::AsciiArt2HtmlTable' );
}
my $ex = '';
my $res='<style>
.testingid td { height:1px; width:1px; }
.testingid tr { }
</style>
<table class="testingid" border="0" cellpadding="0" cellspacing="0">
</table>
';
is( aa2ht({'id'=>'testingid'},$ex), $res );
( run in 1.301 second using v1.01-cache-2.11-cpan-ceb78f64989 )