mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
implement n level back-tracking and then don't absorb a parenthesis, fixing both issues with 2 new test cases
This commit is contained in:
@@ -19,3 +19,13 @@ header {
|
||||
html.lt-ie9 header {
|
||||
background: red;
|
||||
}
|
||||
.wrap-selector {
|
||||
test: extra-wrap;
|
||||
}
|
||||
.wrap-selector .wrap-selector {
|
||||
test: wrapped-twice;
|
||||
}
|
||||
.wrap-selector {
|
||||
test-func: 90;
|
||||
test-arithmetic: 18px;
|
||||
}
|
||||
|
||||
@@ -45,4 +45,5 @@ header {
|
||||
|
||||
.wrap-mixin({
|
||||
test-func: unit(90px);
|
||||
test-arithmetic: unit((9+9), px);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user