User "Aaron Schulz" changed the status of MediaWiki.r94569. Old Status: new New Status: ok
Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/94569#c0 Commit summary: makes fixComment greedy (++) comments like: #### PUBLIC ##### /// private were stylized as: ### # PUBLIC ##### // / private This is because '#+' is non greedy and the last # is matched by \S in the second group. '#++' is greedy leaving nothing in the second group :-) _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
