User "Brion VIBBER" changed the status of MediaWiki.r103978.

Old Status: new
New Status: reverted

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/103978
Commit summary:

Followup r103865 and r103915

r103915 added a parse error for 'more than 2 decimal points' in a number; this 
is the wrong place to check for that. Should only check whether there's more 
digits or identifier chars -- identifier chars would be illegal.

Added test cases for the exponent missing fails, tweaked it to be more 
consistent (only need to check for one e; if we have more we can lump them in 
with 'not digits' :)


Also cleaned up no-longer-needed suppress/restore warnings around JS parser 
invocation

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

Reply via email to