mediawiki-extensions-Math/tests/phpunit/unit/WikiTexVC
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
..
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 Implement hline support for matrix 2024-06-03 19:15:43 +02:00
MMLNodes Rename TexVC in PHP to WikiTexVC 2023-11-24 16:41:30 +01:00
Nodes Clean matrix arguments 2024-06-03 09:25:15 +00:00
AllTest.php Clean matrix arguments 2024-06-03 09:25:15 +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