Skip to content

Commit 9349611

Browse files
committed
do not output the whole output #2
text + html , 2nd comp_ok --> ok
1 parent 3f1effa commit 9349611

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

t/32_isHTML_valid.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ $debughtml =~ s/.*Using bash .*\n//g;
8282

8383
$diff = diff \$debughtml, \$html;
8484

85-
cmp_ok($debughtml, "eq", $html, "Checking if HTML file created with --debug 4 matches HTML file created without --debug") or
85+
ok($debughtml eq $html, "Checking if HTML file created with --debug 4 matches HTML file created without --debug") or
8686
diag ("\n%s\n", "$diff");
8787
$tests++;
8888

0 commit comments

Comments
 (0)