Skip to content

Commit 15a18e7

Browse files
committed
do not output the whole output
text + html , comp_ok --> ok
1 parent d7b996b commit 15a18e7

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
@@ -48,7 +48,7 @@ $edited_html =~ s/'/'/g;
4848

4949
$diff = diff \$edited_html, \$out;
5050

51-
cmp_ok($edited_html, "eq", $out, "Checking if HTML file matches terminal output") or
51+
ok($edited_html eq $out, "Checking if HTML file matches terminal output") or
5252
diag ("\n%s\n", "$diff");
5353

5454
$tests++;

0 commit comments

Comments
 (0)