use Test::More tests => 4; use HTML::Stream qw(:funcs); # Test the 'un' methods. my $text = "This isn't "fun"..."; is(html_unmarkup($text), "This isn't "fun"...", "HTML Unmarkup"); is(html_unescape($text), 'This isn\'t "fun"...', "HTML Unescape"); # Test escaping. is(html_escape("<>&"), "<>&", "Escaping text"); # Test HTML. is(html_tag(TR, NOWRAP=>undef), "