summaryrefslogtreecommitdiff
path: root/test/indent
diff options
context:
space:
mode:
authorDmitry Gutov <dgutov@yandex.ru>2013-12-17 14:04:23 +0200
committerDmitry Gutov <dgutov@yandex.ru>2013-12-17 14:04:23 +0200
commit35b249a653c0f855d6d0d421be216e6465585ce4 (patch)
treeff1c7c69f4a8606960f39c65aac3d2edbca964d5 /test/indent
parentcb8b0736d56871ed988a6f7f2071e0bdd9f760bb (diff)
downloademacs-35b249a653c0f855d6d0d421be216e6465585ce4.tar.gz
* lisp/progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
Diffstat (limited to 'test/indent')
-rw-r--r--test/indent/ruby.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/indent/ruby.rb b/test/indent/ruby.rb
index 19bc0d03d47..c132b01fd86 100644
--- a/test/indent/ruby.rb
+++ b/test/indent/ruby.rb
@@ -330,3 +330,7 @@ end
%^abc^
ddd
+
+qux = foo ?
+ bar :
+ tee