minor fixes
[redakcja.git] / apps / wiki / static--wiki--editor--node_modules--grunt-contrib-less--node_modules--less--test / less / errors / parens-error-2.txt
1 SyntaxError: expected ')' got '-' in {path}parens-error-2.less on line 2, column 28:
2 1 .a {
3 2   something: (12 * (13 + 5 -23));
4 3 }