1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-03 22:20:52 -08:00

* test/indent/ruby.rb: Move a now-successful example.

This commit is contained in:
Dmitry Gutov 2013-11-04 13:04:50 +02:00
parent dca01b0923
commit 41784d0ba6
2 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,7 @@
2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
* indent/ruby.rb: Add a statement on the line after heredoc.
Move a now-successful example.
* automated/ruby-mode-tests.el: Remove outdated comment.

View file

@ -234,6 +234,10 @@ aa = bb do
cc
end
foo :bar do
qux
end
# Examples below still fail with `ruby-use-smie' on:
foo = [1, 2, 3].map do |i|
@ -243,7 +247,3 @@ end
bar.foo do # "." is parent to "do"; it shouldn't be.
bar
end
foo :bar do
qux
end