mediawiki-extensions-Math/tests/phpunit/unit
thiemowmde 566944c42d Fix broken/incomplete regex patterns in TexNode::texContainsFunc
I compared with
6c6988c4f6/lib/astutil.js
and found two mistakes:
* Missing space at the end of the color regex.
* Not enough backslash escaping in the last regex.

Note how the code in lines #116 and #130 is now identical.

Change-Id: I13b75ad4a1e4da0766c0d73b8786b21865945697
2022-12-01 17:05:30 +01:00
..
TexVC Fix broken/incomplete regex patterns in TexNode::texContainsFunc 2022-12-01 17:05:30 +01:00
MathConfigTest.php Merge "Remove PNG rendering mode" 2022-11-22 19:07:20 +00:00
MathTest.php Make dependency to Wikibase client config optional 2022-07-25 09:51:47 +02:00
MathWikibaseConnectorTest.php Avoid try…catch where if…else will do when using LanguageFactory 2022-11-18 21:08:24 +01:00
MathWikibaseConnectorTestFactory.php Avoid try…catch where if…else will do when using LanguageFactory 2022-11-18 21:08:24 +01:00
PopupTest.php Avoid try…catch where if…else will do when using LanguageFactory 2022-11-18 21:08:24 +01:00
ServiceWiringTest.php Provide static Factory Class for Math related services 2022-07-22 18:59:11 +02:00