emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114810: * test/indent/ruby.rb: New failing example.


From: Dmitry Gutov
Subject: [Emacs-diffs] trunk r114810: * test/indent/ruby.rb: New failing example.
Date: Sat, 26 Oct 2013 01:22:53 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114810
revision-id: address@hidden
parent: address@hidden
committer: Dmitry Gutov <address@hidden>
branch nick: trunk
timestamp: Sat 2013-10-26 05:22:50 +0400
message:
  * test/indent/ruby.rb: New failing 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-10-26 01:16:37 +0000
+++ b/test/ChangeLog    2013-10-26 01:22:50 +0000
@@ -1,5 +1,7 @@
 2013-10-26  Dmitry Gutov  <address@hidden>
 
+       * 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.
 

=== modified file 'test/indent/ruby.rb'
--- a/test/indent/ruby.rb       2013-10-26 01:16:37 +0000
+++ b/test/indent/ruby.rb       2013-10-26 01:22:50 +0000
@@ -229,3 +229,7 @@
 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]