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
BoxTest.php
ChemFun2uTest.php
ChemWordTest.php
CurlyTest.php Remove curly 2024-04-09 11:36:34 +02:00
DeclhTest.php
DollarTest.php
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
Fun1Test.php Remove curly 2024-04-09 11:36:34 +02:00
Fun2nbTest.php
Fun2sqTest.php
Fun2Test.php
Fun4Test.php
InfixTest.php
LiteralTest.php
LrTest.php
MatrixTest.php
MhchemTest.php
TexArrayTest.php
TexNodeTest.php
UQTest.php Add over_operators group 2024-01-24 16:49:29 +01:00