App-WRT
view release on metacpan or search on metacpan
t/wrt_html.t view on Meta::CPAN
'<a href="https://example.com/" title="example">hi</a>',
'got a tag with attributes'
);
my $small_tag = small('text', {title => '<thing with angle brackets>'});
# diag($small_tag);
is(
$small_tag,
'<small title="<thing with angle brackets>">text</small>',
'got a tag with escaped attributes'
);
( run in 0.700 second using v1.01-cache-2.11-cpan-5467b0d2c73 )