From: Stefan Monnier Date: Thu, 29 Oct 2015 14:36:52 +0000 (-0400) Subject: * test/indent/css-mode.css: Add tests for url(...) syntax. X-Git-Tag: emacs-25.0.90~978 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a4f754ca0bc00311b38adf3d498c30ce82c3170d;p=emacs.git * test/indent/css-mode.css: Add tests for url(...) syntax. --- diff --git a/test/indent/css-mode.css b/test/indent/css-mode.css index 2f04e967648..24166b00282 100644 --- a/test/indent/css-mode.css +++ b/test/indent/css-mode.css @@ -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