]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/indent/ruby.rb: Move a now-successful example.
authorDmitry Gutov <dgutov@yandex.ru>
Mon, 4 Nov 2013 11:04:50 +0000 (13:04 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Mon, 4 Nov 2013 11:04:50 +0000 (13:04 +0200)
test/ChangeLog
test/indent/ruby.rb

index 3f9f4e8810a43cdc64c48fe687bc3b20a8c2bc83..1b5925d79c4d460242c45ecacbde5f5b845de513 100644 (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.
 
index 4bf65ffcf27701e38a096f9e151215f56edd3e61..5e3db5afb71adc08d246922e1a9e429ae9507a1f 100644 (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