* test/indent/ruby.rb: New failing example.

This commit is contained in:
Dmitry Gutov 2013-10-26 05:22:50 +04:00
parent bae91342a4
commit 778859a88c
2 changed files with 6 additions and 0 deletions

View file

@ -1,5 +1,7 @@
2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
* indent/ruby.rb: New failing example.
* automated/ruby-mode-tests.el (ruby-toggle-block-to-brace): Fix
the test, in respect to adding the space after the curly.

View file

@ -229,3 +229,7 @@ def bar
bar.foo do # "." is parent to "do"; it shouldn't be.
bar
end
foo :bar do
qux
end