X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Ft%2Fweb%2Fscrub.t;h=835f412265fbfda6288fe9636084853e51311ae5;hb=cd3719db530b4bffc1f2fe860bbc7a52f4b2235c;hp=6483a750019f5f4e42cf165cb750542ce24705e9;hpb=6587f6ba7d047ddc1686c080090afe7d53365bd4;p=freeside.git diff --git a/rt/t/web/scrub.t b/rt/t/web/scrub.t index 6483a7500..835f41226 100644 --- a/rt/t/web/scrub.t +++ b/rt/t/web/scrub.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; @@ -30,13 +29,13 @@ use Test::LongString; { my $html = q[oh hai I'm some text]; - my $expected = q[oh hai I'm some text]; + my $expected = q[oh hai I'm some text]; is_string(scrub_html($html), $expected, "font lists"); } { my $html = q[oh hai I'm some text]; - my $expected = q[oh hai I'm some text]; + my $expected = q[oh hai I'm some text]; is_string(scrub_html($html), $expected, "outlook html"); }