diff options
| author | Stefan Monnier | 2015-10-29 10:36:52 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2015-10-29 10:36:52 -0400 |
| commit | a4f754ca0bc00311b38adf3d498c30ce82c3170d (patch) | |
| tree | a7aeb314a215111dcfb5dd4d726221e06a205306 | |
| parent | be81cc2707e1f7c6ae6e86c4df548356c44ff06c (diff) | |
| download | emacs-a4f754ca0bc00311b38adf3d498c30ce82c3170d.tar.gz emacs-a4f754ca0bc00311b38adf3d498c30ce82c3170d.zip | |
* test/indent/css-mode.css: Add tests for url(...) syntax.
| -rw-r--r-- | test/indent/css-mode.css | 4 |
1 files changed, 3 insertions, 1 deletions
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 */ | |||
| 30 | .x2 | 30 | .x2 |
| 31 | { | 31 | { |
| 32 | /* foo: bar; */ foo2: bar2; | 32 | /* foo: bar; */ foo2: bar2; |
| 33 | bar: baz; | 33 | bar1: url("http://toto/titi"); |
| 34 | bar2: url('http://toto/titi'); | ||
| 35 | bar3: url(http://toto/titi); | ||
| 34 | } | 36 | } |
| 35 | 37 | ||
| 36 | div.x3 | 38 | div.x3 |