mediawiki-extensions-Math/tests/phpunit/unit
Stegmujo 2c81f052c7
Append invisible apply character
* to named functions and named operators
* You can consider using that invisible apply character (U+2061) after other function names with known arguments (such as \sin, \cos...). Some accessibility tools take advantage of it, I am told, but it may also be used to provide correct spacing from the MathML operator dictionary. In Chrome <mi>sin</mi><mi>a</mi> will show up with no added spacing as sina, which is not ideal.

* namedFct with any succeeding macros/characters have an apply function

Bug : T350021

Change-Id: I7ee5fdd580fb018bc108a32500c17914dd5dc05f
2023-10-31 16:33:15 +01:00
..
TexVC Append invisible apply character 2023-10-31 16:33:15 +01:00
HookRunnerTest.php Create HookRunner class and the hook handler interfaces 2023-06-05 22:47:33 +02:00
HooksTest.php Remove references to VisualEditorFullRestbaseURL 2023-08-18 20:17:48 +02:00
MathConfigTest.php tests: Make some PHPUnit data providers static 2023-05-21 11:00:48 +02:00
MathTest.php Mock ExtensionRegistry in MathTest 2023-07-15 19:11:18 +02:00
MathWikibaseConnectorTest.php Make dataProvider in MathWikibaseConnectorTest static 2023-10-21 21:05:42 +00:00
MathWikibaseConnectorTestFactory.php Use EntityId::getSerialization() instead of serialize() 2023-09-07 16:49:02 +02:00
PopupTest.php Make dataProvider in PopupTest static 2023-10-21 21:06:06 +00:00
ServiceWiringTest.php tests: Make some PHPUnit data providers static 2023-05-21 11:00:48 +02:00