mediawiki-extensions-Math/tests/phpunit/unit/WikiTexVC
Moritz Schubotz (physikerwelt) a102a4ed52
Remove curly
To reduce the complexity of the parse tree we remove the curly
element which is used for grouping in TeX. Instead, we use
use an attribute which defines if the group is put into curly
brackets or not. The functionality of the curly element
is transferred to the TexArray which was the only possible
child of the curly element before. To ease the transition,
we add a special constructor to TexArray.

We could not measure any performance implications of this change.

Bug: T333973
Change-Id: Idcb58694022831113bdc437576bb9f48658fff2f
2024-04-09 11:36:34 +02:00
..
Intent Enable more tests 2024-04-06 11:20:03 +00:00
Mhchem build: Upgrade mediawiki/mediawiki-codesniffer to v43.0.0 2024-03-10 22:16:48 +01:00
MMLmappings Pass font options in underOver 2024-01-29 17:11:10 +01:00
MMLNodes Rename TexVC in PHP to WikiTexVC 2023-11-24 16:41:30 +01:00
Nodes Remove curly 2024-04-09 11:36:34 +02:00
AllTest.php Fix casing of MediaWiki 2024-03-12 15:38:20 +00:00
ApiTest.php Rename TexVC in PHP to WikiTexVC 2023-11-24 16:41:30 +01:00
ChemRegressionTest.php Skip tests if testfiles are missing 2024-04-03 20:45:20 +02:00
EnWikiFormulaeTest.php Skip tests if testfiles are missing 2024-04-03 20:45:20 +02:00
ExportedTexUtilKeys.json Update test references 2024-04-08 17:14:44 +00:00
MMLComparator.php Add export function for RTED 2023-12-07 17:27:19 +01:00
MMLFullCoverageTest.php Enable more tests 2024-04-06 11:20:03 +00:00
MMLGenerationParserTest.php Enable more tests 2024-04-06 11:20:03 +00:00
MMLGenerationTexUtilTest.php Update test references 2024-04-08 17:14:44 +00:00
MMLRenderTest.php build: Upgrade mediawiki/mediawiki-codesniffer to v43.0.0 2024-03-10 22:16:48 +01:00
mmlRes-latexml-FullCoverage.json Rename TexVC in PHP to WikiTexVC 2023-11-24 16:41:30 +01:00
mmlRes-mathml-FullCoverage.json Rename TexVC in PHP to WikiTexVC 2023-11-24 16:41:30 +01:00
MMLTestUtil.php Add export function for RTED 2023-12-07 17:27:19 +01:00
MMLTestUtilHTML.php build: Upgrade mediawiki/mediawiki-codesniffer to v43.0.0 2024-03-10 22:16:48 +01:00
ParserTest-Ref.json Rename TexVC in PHP to WikiTexVC 2023-11-24 16:41:30 +01:00
ParserTest.php build: Upgrade mediawiki/mediawiki-codesniffer to v43.0.0 2024-03-10 22:16:48 +01:00
ParserTest135.json Rename TexVC in PHP to WikiTexVC 2023-11-24 16:41:30 +01:00
RenderTest.php Rename TexVC in PHP to WikiTexVC 2023-11-24 16:41:30 +01:00
tex-2-mml.json Rename TexVC in PHP to WikiTexVC 2023-11-24 16:41:30 +01:00
TexUtil-Ref.json Update test references 2024-04-08 17:14:44 +00:00
TexUtilTest.php Add over_operators group 2024-01-24 16:49:29 +01:00