[Pkg-javascript-commits] [less.js] 55/58: Added test for optional

Jonas Smedegaard dr at jones.dk
Mon Oct 26 23:28:34 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag v2.3.0
in repository less.js.

commit 70fb045df4f5c5b39a36bd96015fb80241b82d6f
Author: Luke Page <luke.a.page at gmail.com>
Date:   Mon Jan 26 22:34:22 2015 +0000

    Added test for optional
---
 test/less/import.less | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/less/import.less b/test/less/import.less
index 9f8b291..e59754f 100644
--- a/test/less/import.less
+++ b/test/less/import.less
@@ -2,6 +2,8 @@
 
 @import url(/absolute/something.css) screen and (color) and (max-width: 600px);
 
+ at import (optional) "file-does-not-exist.does-not-exist";
+
 @var: 100px;
 @import url("//ha.com/file.css") (min-width:@var);
 

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