From: Dmitry Gutov Date: Mon, 4 Nov 2013 11:04:50 +0000 (+0200) Subject: * test/indent/ruby.rb: Move a now-successful example. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~995 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=41784d0ba64e080c83d660d69be9553906df3dca;p=emacs.git * test/indent/ruby.rb: Move a now-successful example. --- diff --git a/test/ChangeLog b/test/ChangeLog index 3f9f4e8810a..1b5925d79c4 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,6 +1,7 @@ 2013-11-04 Dmitry Gutov * indent/ruby.rb: Add a statement on the line after heredoc. + Move a now-successful example. * automated/ruby-mode-tests.el: Remove outdated comment. diff --git a/test/indent/ruby.rb b/test/indent/ruby.rb index 4bf65ffcf27..5e3db5afb71 100644 --- a/test/indent/ruby.rb +++ b/test/indent/ruby.rb @@ -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