* test/indent/css-mode.css: Add tests for url(...) syntax.
This commit is contained in:
parent
be81cc2707
commit
a4f754ca0b
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue