]> code.delx.au - gnu-emacs/commitdiff
* test/indent/css-mode.css: Add tests for url(...) syntax.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 29 Oct 2015 14:36:52 +0000 (10:36 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 29 Oct 2015 14:36:52 +0000 (10:36 -0400)
test/indent/css-mode.css

index 2f04e96764879d7739456186a94ef07e56a3a2e1..24166b002827bb789a7144b70036350f6e058c70 100644 (file)
@@ -30,7 +30,9 @@ a.b:c,d.e:f,g[h]:i,j[k]:l,.m.n:o,.p.q:r,.s[t]:u,.v[w]:x { /* bug:20282 */
 .x2
 {
     /* foo: bar; */ foo2: bar2;
-    bar: baz;
+    bar1: url("http://toto/titi");
+    bar2: url('http://toto/titi');
+    bar3: url(http://toto/titi);
 }
 
 div.x3