summaryrefslogtreecommitdiff
path: root/test/indent/ruby.rb
diff options
context:
space:
mode:
authorDmitry Gutov <dgutov@yandex.ru>2013-12-22 04:31:21 +0200
committerDmitry Gutov <dgutov@yandex.ru>2013-12-22 04:31:21 +0200
commit65a1da00fe2fd74416678d47616ca3e5a68087d5 (patch)
tree61de495b18854efc6dedb63fd48a1bf7f582b4f3 /test/indent/ruby.rb
parent2ab18afbea51a7e773a1cb99755c6ebb5a395bfc (diff)
downloademacs-65a1da00fe2fd74416678d47616ca3e5a68087d5.tar.gz
* lisp/progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
docstring. (ruby-smie-rules): Indent plus one level after `=>'.
Diffstat (limited to 'test/indent/ruby.rb')
-rw-r--r--test/indent/ruby.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/indent/ruby.rb b/test/indent/ruby.rb
index 7a1a225834d..011b59a195f 100644
--- a/test/indent/ruby.rb
+++ b/test/indent/ruby.rb
@@ -344,3 +344,9 @@ zoo.keep.bar!(
zoo
.lose(
q, p)
+
+foo(bar:
+ tee)
+
+foo(:bar =>
+ tee)