Files
less.js/lib/less
Bass Jobsen 48b379bbd0 endlines and comments
possible fix for https://github.com/less/less.js/issues/2370

I have used the following command to test this issue: `printf "p {\r//less\rc:1;\r}\r" | lessc -`

I'm not sure if this the most efficient fix.
I also tried `var nextNewLine = inp.substr(parserInput.i + 1).search(/\n|\r/);` to replace the `indexOf` but then i expect possible mismatches for `\r\n` which match on the first `\r`.
2015-01-29 00:27:09 +01:00
..
2015-01-29 00:27:09 +01:00
2015-01-27 21:38:13 +00:00
2015-01-28 17:29:34 +00:00
2014-11-02 13:50:04 +00:00
2014-11-27 06:14:18 +00:00