X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-CGI-Ex;a=blobdiff_plain;f=t%2F2_fill_10_escape.t;h=538a31b3194101ca8c746a77772bcaf96411b1de;hp=e32fc9fd934e32803fe10349bd22dc91702be8ce;hb=fdecaac30a1168ed894c46d61b6c95524ec62a4e;hpb=febed4ec71f803b083c3e61b82b9464e9bfb0992 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)");