add some more failing tests

This commit is contained in:
Luke Page
2014-02-12 22:40:20 +00:00
parent ed0e13a0ec
commit e3168e3434

View File

@@ -31,3 +31,18 @@ header {
background: red;
});
}
.wrap-mixin-calls-wrap(@ruleset) {
.wrap-mixin(@ruleset);
};
.wrap-mixin({
test: extra-wrap;
.wrap-mixin-calls-wrap({
test: wrapped-twice;
});
});
.wrap-mixin({
test-func: unit(90px);
});