emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114936: * test/indent/ruby.rb: Move a now-successfu


From: Dmitry Gutov
Subject: [Emacs-diffs] trunk r114936: * test/indent/ruby.rb: Move a now-successful example.
Date: Mon, 04 Nov 2013 11:04:57 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114936
revision-id: address@hidden
parent: address@hidden
committer: Dmitry Gutov <address@hidden>
branch nick: trunk
timestamp: Mon 2013-11-04 13:04:50 +0200
message:
  * test/indent/ruby.rb: Move a now-successful example.
modified:
  test/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-8588
  test/indent/ruby.rb            ruby.rb-20120424165921-h044139hbrd7snvw-1
=== modified file 'test/ChangeLog'
--- a/test/ChangeLog    2013-11-04 10:50:47 +0000
+++ b/test/ChangeLog    2013-11-04 11:04:50 +0000
@@ -1,6 +1,7 @@
 2013-11-04  Dmitry Gutov  <address@hidden>
 
        * indent/ruby.rb: Add a statement on the line after heredoc.
+       Move a now-successful example.
 
        * automated/ruby-mode-tests.el: Remove outdated comment.
 

=== modified file 'test/indent/ruby.rb'
--- a/test/indent/ruby.rb       2013-11-04 10:50:47 +0000
+++ b/test/indent/ruby.rb       2013-11-04 11:04:50 +0000
@@ -234,6 +234,10 @@
   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 @@
 bar.foo do # "." is parent to "do"; it shouldn't be.
   bar
 end
-
-foo :bar do
-  qux
-end


reply via email to

[Prev in Thread] Current Thread [Next in Thread]