arbk / cssmin

CssMin - A (simple) css minifier with benefits. (exported from Google Code)
http://code.google.com/p/cssmin/
1 stars 1 forks source link

Comments not completely removed #57

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What version of CssMin are you using (source and/or build)?
3.0.1

What was the input stylesheet and/or configuration options?
/*//////////////////////////////////////////////////////////////////////////////
/////////////////////////////
links
////////////////////////////////////////////////////////////////////////////////
///////////////////////////*/

*{padding:0; margin:0;}

What is the expected result?
*{padding:0; margin:0;}

And what is the actual result and/or error message?
////////////////////////////////////////////////////////////////////////////////
////////////////////////// links 
////////////////////////////////////////////////////////////////////////////////
////////////////////////// *{padding:0;margin:0}

Please provide any additional information below.

Original issue reported on code.google.com by m...@woet.me on 19 Apr 2012 at 3:01