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:
Luke Page
2014-02-12 23:10:52 +00:00
parent e3168e3434
commit e3576b9c01
3 changed files with 30 additions and 7 deletions

View File

@@ -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;
}

View File

@@ -45,4 +45,5 @@ header {
.wrap-mixin({
test-func: unit(90px);
test-arithmetic: unit((9+9), px);
});