Fix for r82344, which causes JSDistiller to stop minifying comments because it though...
authorRoan Kattouw <catrope@users.mediawiki.org>
Thu, 17 Feb 2011 22:07:18 +0000 (22:07 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Thu, 17 Feb 2011 22:07:18 +0000 (22:07 +0000)
commit12407cea193f304963dc9ab85f61091743008aa9
tree5141f252657754c91fc133082af7cbf2ba25e07e
parent8226e6c235cce44072873a030166a9e55c722273
Fix for r82344, which causes JSDistiller to stop minifying comments because it thought they were regexes. Make the regex regex a little bit stricter again, forbidding a regex from starting with * and other invalid things that were disallowed prior to r82344 (but still dropping / ) and forbidding multiline regexes
includes/libs/JavaScriptDistiller.php