emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114665: * indent/ruby.rb: Fix an example, remove wr


From: Dmitry Gutov
Subject: [Emacs-diffs] trunk r114665: * indent/ruby.rb: Fix an example, remove wrong example, and add two more.
Date: Tue, 15 Oct 2013 01:21:25 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114665
revision-id: address@hidden
parent: address@hidden
committer: Dmitry Gutov <address@hidden>
branch nick: trunk
timestamp: Tue 2013-10-15 04:21:22 +0300
message:
  * indent/ruby.rb: Fix an example, remove wrong example, and add two more.
modified:
  test/indent/ruby.rb            ruby.rb-20120424165921-h044139hbrd7snvw-1
=== modified file 'test/indent/ruby.rb'
--- a/test/indent/ruby.rb       2013-10-14 01:51:20 +0000
+++ b/test/indent/ruby.rb       2013-10-15 01:21:22 +0000
@@ -182,16 +182,21 @@
 end
 
 method !arg1,
-        arg2
+       arg2
 
 method [],
        arg2
 
-method {:a => 1, :b => 2},
-       arg2
-
 method :foo,
        :bar
 
 method (a + b),
        c
+
+it "is a method call with block" do
+  foo
+end
+
+it("is too!") {
+  bar
+}


reply via email to

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