* test/indent/ruby.rb: New failing example.
This commit is contained in:
parent
bae91342a4
commit
778859a88c
2 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -229,3 +229,7 @@ def bar
|
|||
bar.foo do # "." is parent to "do"; it shouldn't be.
|
||||
bar
|
||||
end
|
||||
|
||||
foo :bar do
|
||||
qux
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue