Skip to content

Commit ac81c18

Browse files
committed
Fix CI
1 parent 52374e5 commit ac81c18

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

t/08_isHTML_valid.t

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ $debughtml =~ s/ Pre-test: .*\n//g;
7373
$debughtml =~ s/.*OK: below 825 days.*\n//g;
7474
$debughtml =~ s/.*DEBUG:.*\n//g;
7575
$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;
7679

7780
cmp_ok($debughtml, "eq", $html, "HTML file created with --debug 4 matches HTML file created without --debug");
7881
$tests++;

0 commit comments

Comments
 (0)