X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=t%2F2_fill_10_escape.t;h=538a31b3194101ca8c746a77772bcaf96411b1de;hb=HEAD;hp=e32fc9fd934e32803fe10349bd22dc91702be8ce;hpb=4eee158dce82376f2f37de29d91c53f60a24aebe;p=chaz%2Fp5-CGI-Ex diff --git a/t/2_fill_10_escape.t b/t/2_fill_10_escape.t index e32fc9f..538a31b 100644 --- a/t/2_fill_10_escape.t +++ b/t/2_fill_10_escape.t @@ -43,4 +43,4 @@ my $strings_output = join("\n", sort split(/[\s><]+/, lc($output))); my $strings_html = join("\n", sort split(/[\s><]+/, lc($html))); ok($strings_output eq $strings_html, - "Strings matched"); + "Strings matched ($strings_output)");