mediawiki-extensions-Math/tests/phpunit/unit/WikiTexVC/MMLmappings
Moritz Schubotz (physikerwelt) f534146597
Implement hline support for matrix
In MathML outer table boarders are represented with the
notation attribute of an menclose element. The inner
boarders are represented by the rowlines attribute
of the mtable element. The rowline element accepts
a space seperated list of row boarders. In LaTeX
the bottom line is represented by a new matrix row
that only contains \hline.

This change discover \hline elements in matrix cells
and then determines if it is in the first or last line.
When it is in the last line, the line is removed to avoid
an empty <mtr /> in the output.

Bug: T366417
Change-Id: I196e0d14a183a63696363f9e3006cf65571dc56c
2024-06-03 19:15:43 +02:00
..
BaseParsingTest.php Implement hline support for matrix 2024-06-03 19:15:43 +02:00
MMLParsingUtilTest.php Rename TexVC in PHP to WikiTexVC 2023-11-24 16:41:30 +01:00