# -*- perl -*- use Test::More tests => 2; use strict; use warnings; BEGIN { use_ok('Text::Smart::HTML'); }; my $proc = Text::Smart::HTML->new(); my $input = <process($input); my $expected = <This is some text and this is some more text in the same paragraph

We can have some emphasised text and ½ or ¾ or ¼ or © and ® or TM

Or another para


  1. one numbered list
  2. here

main heading

sub heading

in here

or here

yes here

final

Thats all folks apart from this link to for a final text

EOF is($output, $expected, "output matches");