mediawiki-extensions-Math/tests/phpunit/unit/WikiTexVC
physikerwelt 5713e1966e Fix rendering of underOver
We recently changed the internal treatment of macros
 to include the `\` in the macro names.
The respective code checked if the macro name had the letter 'o'
 at position 0. Now, this is position 1.

* Check for the entire start of over
* Output an error if the macro name does not star with under
  or over
* Remove dead code

Bug: T382196
Change-Id: I8eefd41e27319c8dbb05900ef2581ce4d548d4fe
2024-12-16 12:06:45 +00:00
..
Intent Make use of actual @dataProviders in tests 2024-08-31 11:49:04 +00:00
Mhchem Don't stretch delimiters and operators when used as literals 2024-11-09 08:04:24 +01:00
MMLmappings Fix rendering of underOver 2024-12-16 12:06:45 +00:00
MMLNodes Rename TexVC in PHP to WikiTexVC 2023-11-24 16:41:30 +01:00
Nodes Fix: Don't render ' inside LR structures 2024-11-29 01:13:15 +01:00
AllTest.php Simplify parsing of mediawiki_function_names 2024-09-21 00:57:23 +02:00
ApiTest.php Parse row height specification in multiline environments 2024-11-25 14:22:15 +00:00
ChemRegressionTest.php Add missing documentation to class properties 2024-08-31 11:48:46 +00:00
EnWikiFormulaeTest.php Extend MathML test coverage 2024-11-25 10:43:13 +00: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 Fix: handling of array 2024-11-25 23:24:25 +01:00
MMLGenerationParserTest.php Make use of actual @dataProviders in tests 2024-08-31 11:49:04 +00:00
MMLGenerationTexUtilTest.php Make use of actual @dataProviders in tests 2024-08-31 11:49:04 +00:00
MMLRenderTest.php Add mathfraktur rendering for chrome 2024-10-29 11:30:51 +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 Remove unused return values from MMLTestUtil 2024-08-12 08:50:22 +02: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 Make use of actual @dataProviders in tests 2024-08-31 11:49:04 +00:00
ParserTest135.json Rename TexVC in PHP to WikiTexVC 2023-11-24 16:41:30 +01:00
RenderTest.php Use explicit nullable type on parameter arguments (for PHP 8.4) 2024-10-26 15:15:30 +02: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 Fix: handling of nullary macros 2024-11-25 23:21:03 +01:00