[Pkg-javascript-commits] [less.js] 42/88: add some more failing tests
Jonas Smedegaard
dr at jones.dk
Mon Oct 26 23:22:24 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag v1.7.0
in repository less.js.
commit e3168e343460539556a86023833d1a033e013cba
Author: Luke Page <luke.a.page at gmail.com>
Date: Wed Feb 12 22:40:20 2014 +0000
add some more failing tests
---
test/less/detached-rulesets.less | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/test/less/detached-rulesets.less b/test/less/detached-rulesets.less
index 01abdd7..665fdfb 100644
--- a/test/less/detached-rulesets.less
+++ b/test/less/detached-rulesets.less
@@ -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);
+});
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/less.js.git
More information about the Pkg-javascript-commits
mailing list