User "Thelema314" posted a comment on MediaWiki.r87936.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/87936#c21583
Commit summary:

Corrects a small bug causing <math>\sin</math> to return an unknown
function error

Comment:

The major component of this change is lowering the match priority of "\\foo" 
patterns for unknown foo below other "\\" patterns (such as "\\sqrt").  This 
seems like a good step forward, as the current code seems to have no 
possibility of matching | "\\sqrt" through | "\\" (mediawiki_function_names as 
name)

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to