X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F29html.t;h=3796b4b8000c7d83bc3a6d1e43ada007e2d9449b;hb=6a12468d4fb21ebc69c272a8d722636b1d216e2b;hp=a4cc6078c985701a4a064c57419b577c463cba2b;hpb=f9c96971577d9e276783e98920b3c6346f24f20e;p=dbsrgits%2FSQL-Translator.git diff --git a/t/29html.t b/t/29html.t index a4cc607..3796b4b 100644 --- a/t/29html.t +++ b/t/29html.t @@ -21,7 +21,7 @@ BEGIN { my ($p, $tables, $classes); $p = HTML::Parser->new(api_version => 3); -$p->strict_names(1); +$p->strict_names(1); my $create = q| CREATE TABLE foo ( @@ -35,7 +35,7 @@ my $parsed = $tr->translate(data => $create) or die $tr->error; my $status; eval { - $status = $p->parse($parsed); + $status = $p->parse($parsed); }; if ($@) { daig $@; @@ -94,6 +94,6 @@ BEGIN { $classes++; } }, 'tagname,attr', - ], + ], ); }