https://bugzilla.wikimedia.org/show_bug.cgi?id=27528

--- Comment #16 from Roan Kattouw <roan.katt...@gmail.com> 2011-03-14 18:05:24 
UTC ---
(In reply to comment #15)
> Thanks a lot. I really appreciate this being included in MediaWiki.
> 
You should apply for commit access :)

> Just a small fix concerning the addition of the $maxLineLength parameter: 
> There
> is one case in the js grammar, where a newline is forbidden, although 
> semicolon
> insertion is not triggered:
> 
> if(x
> ++);
> 
> This raises a syntax error, because a newline may not occur before a postfix
> increment operator. So we have to check for that too, when inserting a 
> newline.
> 
> Fix with regression tests attached.
Thanks! Applied in r83934 with a small comment tweak.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to