emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114744: * test/indent/ruby.rb: Move two examples to


From: Dmitry Gutov
Subject: [Emacs-diffs] trunk r114744: * test/indent/ruby.rb: Move two examples to "working" section, add one
Date: Tue, 22 Oct 2013 20:47:34 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114744
revision-id: address@hidden
parent: address@hidden
committer: Dmitry Gutov <address@hidden>
branch nick: trunk
timestamp: Wed 2013-10-23 00:47:29 +0400
message:
  * test/indent/ruby.rb: Move two examples to "working" section, add one
  more.
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-21 03:50:06 +0000
+++ b/test/ChangeLog    2013-10-22 20:47:29 +0000
@@ -1,3 +1,8 @@
+2013-10-22  Dmitry Gutov  <address@hidden>
+
+       * indent/ruby.rb: Move two examples to "working" section, add one
+       more.
+
 2013-10-21  Dmitry Gutov  <address@hidden>
 
        * indent/ruby.rb: New examples for indentation of blocks.  Example

=== modified file 'test/indent/ruby.rb'
--- a/test/indent/ruby.rb       2013-10-21 22:25:59 +0000
+++ b/test/indent/ruby.rb       2013-10-22 20:47:29 +0000
@@ -193,6 +193,16 @@
   .qux
   .bar
 
+foo do
+  bar
+    .tee
+end
+
+def bar
+  foo
+    .baz
+end
+
 # Examples below still fail with `ruby-use-smie' on:
 
 foo = [1, 2, 3].map do |i|
@@ -211,12 +221,6 @@
 method (a + b),
        c
 
-foo do
+bar.foo do # "." is parent to "do"; it shouldn't be.
   bar
-    .tee
-end
-
-def bar
-  foo
-    .baz
 end


reply via email to

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