emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114632: * test/indent/ruby.rb: Add two more cases.


From: Dmitry Gutov
Subject: [Emacs-diffs] trunk r114632: * test/indent/ruby.rb: Add two more cases.
Date: Fri, 11 Oct 2013 20:45:19 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114632
revision-id: address@hidden
parent: address@hidden
committer: Dmitry Gutov <address@hidden>
branch nick: trunk
timestamp: Fri 2013-10-11 23:45:14 +0300
message:
  * test/indent/ruby.rb: Add two more cases.
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-10 21:43:47 +0000
+++ b/test/ChangeLog    2013-10-11 20:45:14 +0000
@@ -1,3 +1,7 @@
+2013-10-11  Dmitry Gutov  <address@hidden>
+
+       * indent/ruby.rb: Add two more cases.
+
 2013-10-10  Stefan Monnier  <address@hidden>
 
        * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before

=== modified file 'test/indent/ruby.rb'
--- a/test/indent/ruby.rb       2013-10-11 02:11:37 +0000
+++ b/test/indent/ruby.rb       2013-10-11 20:45:14 +0000
@@ -163,3 +163,10 @@
 foo = [1, 2, 3].map do |i|
   i + 1
 end
+
+foo_bar_tee(1, 2, 3)
+  .qux
+
+if foo &&
+    bar
+end


reply via email to

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