# -*- perl -*-
use Test::More tests => 2;
use strict;
use warnings;
BEGIN {
use_ok('Text::Smart::HTML');
};
my $proc = Text::Smart::HTML->new();
my $input = <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
Thats all folks apart from this link to for a final text
EOF is($output, $expected, "output matches");