Apache-AntiSpam

 view release on metacpan or  search on metacpan

t/02_htmlencode.t  view on Meta::CPAN

use lib 't/lib';
use strict;
use Test;
BEGIN { plan tests => 1 }

use FilterTest;
use Apache::AntiSpam::HTMLEncode;
my $out = filters('t/sample.txt', 'Apache::AntiSpam::HTMLEncode');

ok($out, qr/user@host.network/);



( run in 1.392 second using v1.01-cache-2.11-cpan-437f7b0c052 )