mediawiki-extensions-Math/tests/phpunit/unit/WikiTexVC/Nodes
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
..
BigTest.php Rename TexVC in PHP to WikiTexVC 2023-11-24 16:41:30 +01:00
BoxTest.php Rename TexVC in PHP to WikiTexVC 2023-11-24 16:41:30 +01:00
ChemFun2uTest.php Rename TexVC in PHP to WikiTexVC 2023-11-24 16:41:30 +01:00
ChemWordTest.php Rename TexVC in PHP to WikiTexVC 2023-11-24 16:41:30 +01:00
CurlyTest.php Remove curly 2024-04-09 11:36:34 +02:00
DeclhTest.php Rename TexVC in PHP to WikiTexVC 2023-11-24 16:41:30 +01:00
DollarTest.php Rename TexVC in PHP to WikiTexVC 2023-11-24 16:41:30 +01:00
DQTest.php Remove curly 2024-04-09 11:36:34 +02:00
FQTest.php Remove curly 2024-04-09 11:36:34 +02:00
Fun1nbTest.php Rename TexVC in PHP to WikiTexVC 2023-11-24 16:41:30 +01:00
Fun1Test.php Remove curly 2024-04-09 11:36:34 +02:00
Fun2nbTest.php Rename TexVC in PHP to WikiTexVC 2023-11-24 16:41:30 +01:00
Fun2sqTest.php Rename TexVC in PHP to WikiTexVC 2023-11-24 16:41:30 +01:00
Fun2Test.php Rename TexVC in PHP to WikiTexVC 2023-11-24 16:41:30 +01:00
Fun4Test.php Rename TexVC in PHP to WikiTexVC 2023-11-24 16:41:30 +01:00
InfixTest.php Rename TexVC in PHP to WikiTexVC 2023-11-24 16:41:30 +01:00
LiteralTest.php Rename TexVC in PHP to WikiTexVC 2023-11-24 16:41:30 +01:00
LrTest.php Rename TexVC in PHP to WikiTexVC 2023-11-24 16:41:30 +01:00
MatrixTest.php Rename TexVC in PHP to WikiTexVC 2023-11-24 16:41:30 +01:00
MhchemTest.php Rename TexVC in PHP to WikiTexVC 2023-11-24 16:41:30 +01:00
TexArrayTest.php Rename TexVC in PHP to WikiTexVC 2023-11-24 16:41:30 +01:00
TexNodeTest.php Rename TexVC in PHP to WikiTexVC 2023-11-24 16:41:30 +01:00
UQTest.php Add over_operators group 2024-01-24 16:49:29 +01:00