aboutsummaryrefslogtreecommitdiffstats
path: root/test/indent/css-mode.css
diff options
context:
space:
mode:
authorStefan Monnier2013-10-29 10:46:23 -0400
committerStefan Monnier2013-10-29 10:46:23 -0400
commitdee4ba59792238f9fd69ba7f5bf4f2711da52030 (patch)
treeda0a9787aab3899e967618f493e16b56be8ed47d /test/indent/css-mode.css
parente54711f396a93b280f6a8b879330e0780425c1ae (diff)
downloademacs-dee4ba59792238f9fd69ba7f5bf4f2711da52030.tar.gz
emacs-dee4ba59792238f9fd69ba7f5bf4f2711da52030.zip
* src/eval.c (run_hook_with_args): Use FUNCTIONP.
* test/indent/css-mode.css (.x2): Test alignement inside braces. * test/indent/prolog.prolog: Test alignment of ->; with operator at bol.
Diffstat (limited to 'test/indent/css-mode.css')
-rw-r--r--test/indent/css-mode.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/indent/css-mode.css b/test/indent/css-mode.css
index 9a2a15f6ba5..4dbab06975c 100644
--- a/test/indent/css-mode.css
+++ b/test/indent/css-mode.css
@@ -4,6 +4,8 @@
4 4
5.x2 5.x2
6{ 6{
7 foo: bar;
8 bar: baz;
7} 9}
8 10
9div.x3 11div.x3