tags 634798 +unreproducible thanks On Wed, Jul 20, 2011 at 11:58:23AM +1200, Srdjan Jankovic wrote: > lines > var blah = "A \ > continued line"; > > end minified as > var blah = "A \ > > continued line";
Hi, Unfortunately I can't reproduce this: $ cat test #!/usr/bin/perl use strict; use warnings; use JavaScript::Minifier; open(INFILE, 'myScript.js') or die; open(OUTFILE, '>myScript-min.js') or die; JavaScript::Minifier::minify(input => *INFILE, outfile => *OUTFILE); close(INFILE); close(OUTFILE); $ cat myScript.js var blah = "A \ continued line"; $ ./test dom@callisto:~$ cat myScript-min.js var blah="A \ continued line"; Please could you provide some more details if you still think that this is a bug in JavaScript::Minifier? Thanks, Dominic. -- Dominic Hargreaves | http://www.larted.org.uk/~dom/ PGP key 5178E2A5 from the.earth.li (keyserver,web,email) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org