mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-23 23:25:02 +00:00
Refine skipped indices in MMLGenerationTexUtilTest
* adapts skipped indices to represent all supported cmds and macros Bug: T340024 Change-Id: Ib01f02c3b73dac80ee9878c22549740d728bdf57
This commit is contained in:
parent
a6158aa61b
commit
f4c91856bc
|
@ -39,7 +39,7 @@ class MMLGenerationTexUtilTest extends MediaWikiUnitTestCase {
|
|||
/** @var bool export the updated TexUtil-Tex to "./ExportedTexUtilKeys.json" */
|
||||
private static $EXPORT_KEYS = false;
|
||||
|
||||
private static $SKIPPEDINDICES = [ 15, 33, 90, 383, 554 ];
|
||||
private static $SKIPPEDINDICES = [ 434, 489, 406 ];
|
||||
|
||||
/**
|
||||
* @dataProvider provideTestCases
|
||||
|
|
Loading…
Reference in a new issue