aboutsummaryrefslogtreecommitdiffstats
path: root/test/indent/ruby.rb
diff options
context:
space:
mode:
authorDmitry Gutov2013-12-17 14:04:23 +0200
committerDmitry Gutov2013-12-17 14:04:23 +0200
commit35b249a653c0f855d6d0d421be216e6465585ce4 (patch)
treeff1c7c69f4a8606960f39c65aac3d2edbca964d5 /test/indent/ruby.rb
parentcb8b0736d56871ed988a6f7f2071e0bdd9f760bb (diff)
downloademacs-35b249a653c0f855d6d0d421be216e6465585ce4.tar.gz
emacs-35b249a653c0f855d6d0d421be216e6465585ce4.zip
* lisp/progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
Diffstat (limited to 'test/indent/ruby.rb')
-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
330 330
331%^abc^ 331%^abc^
332ddd 332ddd
333
334qux = foo ?
335 bar :
336 tee