Revision c061f307
Von Sven Schöling vor fast 15 Jahren hinzugefügt
t/002goodperl.t | ||
---|---|---|
128 | 128 |
if (!$found_html_count) { |
129 | 129 |
ok(1,"$file does not contain HTML"); |
130 | 130 |
} elsif ($found_html_count < 50) { |
131 |
TODO: { local $TODO = q(Even slow amounts should go away....);
|
|
131 |
TODO: { local $TODO = q(Even little amounts of HTML should go away....);
|
|
132 | 132 |
ok(0,"$file contains at least $found_html_count html tags."); |
133 | 133 |
} |
134 | 134 |
} else { |
Auch abrufbar als: Unified diff
TODO Kommentar sollte auch sinnvoll sein...