We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52374e5 commit ac81c18Copy full SHA for ac81c18
1 file changed
t/08_isHTML_valid.t
@@ -73,6 +73,9 @@ $debughtml =~ s/ Pre-test: .*\n//g;
73
$debughtml =~ s/.*OK: below 825 days.*\n//g;
74
$debughtml =~ s/.*DEBUG:.*\n//g;
75
$debughtml =~ s/No engine or GOST support via engine with your.*\n//g;
76
+$debughtml =~ s/.*built: .*\n//g;
77
+$debughtml =~ s/.*Using bash .*\n//g;
78
+# is whole line: s/.*<pattern> .*\n//g;
79
80
cmp_ok($debughtml, "eq", $html, "HTML file created with --debug 4 matches HTML file created without --debug");
81
$tests++;
0 commit comments