mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-28 01:10:09 +00:00
Merge "Remove broken test script texvccheck/test.pl"
This commit is contained in:
commit
d1cdb84e20
|
@ -1,9 +0,0 @@
|
||||||
#! /usr/bin/perl
|
|
||||||
my $texvc = `texvc '\\sin(x)+{}{}\\cos(x)^2 newcommand'`;
|
|
||||||
if (substr($result,0,1) eq "+") {
|
|
||||||
print "good";
|
|
||||||
} else {
|
|
||||||
print "bad";
|
|
||||||
}
|
|
||||||
print $result;
|
|
||||||
my $ = `tex2svg '\\sin(x)+{}{}\\cos(x)^2 newcommand'`;
|
|
Loading…
Reference in a new issue