diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/indent/css-mode.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/indent/css-mode.css b/test/indent/css-mode.css index f3787538460..9a2a15f6ba5 100644 --- a/test/indent/css-mode.css +++ b/test/indent/css-mode.css | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | .xxx | 1 | .xxx |
| 2 | { | 2 | { |
| 3 | } | 3 | } |
| 4 | |||
| 5 | .x2 | ||
| 6 | { | ||
| 7 | } | ||
| 8 | |||
| 9 | div.x3 | ||
| 10 | { | ||
| 11 | } | ||