diff options
Diffstat (limited to 'test/indent/css-mode.css')
| -rw-r--r-- | test/indent/css-mode.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/indent/css-mode.css b/test/indent/css-mode.css index 67a6b1e30b5..2f04e967648 100644 --- a/test/indent/css-mode.css +++ b/test/indent/css-mode.css | |||
| @@ -36,3 +36,8 @@ 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 */ | |||
| 36 | div.x3 | 36 | div.x3 |
| 37 | { | 37 | { |
| 38 | } | 38 | } |
| 39 | |||
| 40 | article:hover | ||
| 41 | { | ||
| 42 | color: black; | ||
| 43 | } | ||