mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-12 01:08:55 +00:00
1ac3ab619e
Having greedy .* matchers in these regular expressions is quite scary, and a possible source of hard to track errors. For example, a string like "height:8px;left:3ex" will make these regular expressions succeed, even if they shouldn't. The substring "8px;left;3" will be fetched, and most probably turned into something unexpected like "8ex" for the calculations below. Change-Id: Ia6753a58802fb3f3c5df4d2b35a6d8e616835f20 |
||
---|---|---|
.. | ||
ve-math | ||
ext.math.css | ||
ext.math.editbutton.js | ||
ext.math.js |