We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b996b commit 15a18e7Copy full SHA for 15a18e7
1 file changed
t/32_isHTML_valid.t
@@ -48,7 +48,7 @@ $edited_html =~ s/'/'/g;
48
49
$diff = diff \$edited_html, \$out;
50
51
-cmp_ok($edited_html, "eq", $out, "Checking if HTML file matches terminal output") or
+ok($edited_html eq $out, "Checking if HTML file matches terminal output") or
52
diag ("\n%s\n", "$diff");
53
54
$tests++;
0 commit comments