mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
* Migrate Less to use valid CSS * Re-organize test structure * Lots of test refactoring * More test updates * Add restructured tests * WIP Signed-off-by: Matthew Dean <matthew-dean@users.noreply.github.com> * More fixes to tests * More test fixes * All tests passing * WIP fix tests * Finished fixing browser tests * Improve test coverage * Add debug tests * Add back debug tests to show equal test coverage * Fix browser tests * More test coverage * Fix sourcemap absolute path for CI * More source map normalization for Windows * Fix source map normalization * Another attempted fix for Windows --------- Signed-off-by: Matthew Dean <matthew-dean@users.noreply.github.com>
5 lines
125 B
Plaintext
5 lines
125 B
Plaintext
ParseError: Expected ')' in {path}parens-error-1.less on line 2, column 18:
|
|
1 .a {
|
|
2 something: (12 (13 + 5 -23) + 5);
|
|
3 }
|