Jeff-Lewis / minify

Automatically exported from code.google.com/p/minify
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Minifying strings containing */* in debug mode fails #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Minify version: 2.1.1
PHP version: any

Lines containing /* in a string will cause following lines to be commented
out in debug mode.  For example:

var example = '*/*';
alert( 'this line will be commented out in debug mode' );

What steps will reproduce the problem?
1. Download the latest version of Prototype.js (1.6)
2. Add it to a page as part of a group with &debug=true
3. Look at line 1257.  See that that line has been commented out.

Original issue reported on code.google.com by cneuba...@gmail.com on 20 Jan 2009 at 7:48

GoogleCodeExporter commented 9 years ago
This was fixed in R275. Replacing Lines.php is all you should need.

Original comment by mrclay....@gmail.com on 21 Jan 2009 at 12:15

GoogleCodeExporter commented 9 years ago
Thanks.  I apparently fail at searching.

Original comment by cneuba...@gmail.com on 21 Jan 2009 at 1:44