mediawiki-extensions-Math/tests/phpunit/unit/WikiTexVC/MMLmappings
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
..
Util Add tests for BaseMappings 2024-11-21 22:37:45 +01:00
AmsMappingsTest.php Fix: handling of AMS macros 2024-11-26 00:34:12 +01:00
BaseMappingsTest.php Fix: handling of nullary macros 2024-11-25 23:21:03 +01:00
BaseParsingTest.php Fix rendering of underOver 2024-12-16 12:06:45 +00:00