[Pkg-javascript-commits] [less.js] 16/88: Property merge via `+_`: minor test updates.

Jonas Smedegaard dr at jones.dk
Mon Oct 26 23:22:22 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 c523e9962257dff808dc35f09f732f3e7c1ba450
Author: seven-phases-max <seven.phases.max at gmail.com>
Date:   Wed Feb 5 00:54:20 2014 +0400

    Property merge via `+_`: minor test updates.
---
 test/css/merge.css   |  3 ++-
 test/less/merge.less | 18 ++++++++++--------
 2 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/test/css/merge.css b/test/css/merge.css
index 4168f19..fe29dc8 100644
--- a/test/css/merge.css
+++ b/test/css/merge.css
@@ -29,5 +29,6 @@
   background: b1 b2, b3;
 }
 .test-interleaved-with-spaced {
-  transform: t1a t1b, b1 t2a t2b t2c, b2, b3 t3a t3b;
+  transform: t1s, t2 t3s, t4 t5s t6s;
+  background: b1 b2s, b3, b4;
 }
diff --git a/test/less/merge.less b/test/less/merge.less
index 664ec2c..5b5def3 100644
--- a/test/less/merge.less
+++ b/test/less/merge.less
@@ -57,6 +57,7 @@
     background+: b2, b3;
     transform+:  t3;
 }
+
 .test-spaced {
     transform+_:  t1;
     background+_: b1;
@@ -64,13 +65,14 @@
     background+_: b2, b3;
     transform+_:  t3;
 }
+
 .test-interleaved-with-spaced {
-    transform+_:  t1a;
-    transform+_:  t1b;
-    transform+:   b1;
-    transform+_:  t2a;
-    transform+_:  t2b t2c;
-    transform+:   b2, b3;
-    transform+_:  t3a;
-    transform+_:  t3b;
+    transform+_:  t1s;
+    transform+:   t2;
+    background+:  b1;
+    transform+_:  t3s;
+    transform+:   t4 t5s;
+    background+_: b2s, b3;
+    transform+_:  t6s;
+    background+:  b4;
 }

-- 
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