till / cssmin

Automatically exported from code.google.com/p/cssmin
0 stars 0 forks source link

/* inside comments causes cssmin to fall over #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

Insert commented code such as:
/*float: left; /* Comments */

What is the expected output? What do you see instead?
Should be removed but get an error and the css is truncated

What version of the product are you using? On what operating system?
cssmin-v2.0.1.0061.php

Please provide any additional information below.
Seems the  /* inside the comment is not handled correctly

Original issue reported on code.google.com by google...@mondizen.com on 28 Aug 2010 at 10:19

GoogleCodeExporter commented 8 years ago

Original comment by joe.scylla on 4 Sep 2010 at 2:11

GoogleCodeExporter commented 8 years ago
Fixed in version 2.0.1.0064. Thanks for reporting.

Original comment by joe.scylla on 30 Sep 2010 at 1:42