We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f1effa commit 9349611Copy full SHA for 9349611
1 file changed
t/32_isHTML_valid.t
@@ -82,7 +82,7 @@ $debughtml =~ s/.*Using bash .*\n//g;
82
83
$diff = diff \$debughtml, \$html;
84
85
-cmp_ok($debughtml, "eq", $html, "Checking if HTML file created with --debug 4 matches HTML file created without --debug") or
+ok($debughtml eq $html, "Checking if HTML file created with --debug 4 matches HTML file created without --debug") or
86
diag ("\n%s\n", "$diff");
87
$tests++;
88
0 commit comments