Skip to content

Commit

Permalink
HTML/MathML tests no longer need javascript polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
brucemiller committed Aug 24, 2024
1 parent 650cbfb commit 642281a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/xtest
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ foreach my $set (@testsets) {
"--dest=$dest",
"--log=$logdir/$set-$test-$type.log",
"--format=$type",
"--javascript=LaTeXML-maybeMathjax.js",
# "--javascript=LaTeXML-maybeMathjax.js",
(defined $timestamp ? ("--timestamp=$timestamp") : ()),
($verbosity > 0 ? map { "--verbose" } 1 .. $verbosity
: ($verbosity < 0 ? map { "--quiet" } 1 .. -$verbosity
Expand Down

0 comments on commit 642281a

Please sign in to comment.