Changed test to match output.
Ken Youens-Clark [Fri, 27 Feb 2004 18:05:05 +0000 (18:05 +0000)]
t/29html.t

index b4e3ebd..b39cff2 100644 (file)
@@ -50,7 +50,7 @@ ok($status, "Parsed HTML OK");
 $p->handler(start => @{$HANDLERS{count_tables}});
 $p->parse($parsed);
 
-is($tables, 2, "One table in the SQL produces 2 <table> tags");
+is($tables, 3, "One table in the SQL produces 3 <table> tags");
 $tables = $classes = 0;
 
 $p->handler(start => @{$HANDLERS{count_classes}});