* test/indent/ruby.rb: Add two more cases.
authorDmitry Gutov <dgutov@yandex.ru>
Fri, 11 Oct 2013 20:45:14 +0000 (23:45 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Fri, 11 Oct 2013 20:45:14 +0000 (23:45 +0300)
test/ChangeLog
test/indent/ruby.rb

index ce3cdd2..10a67a3 100644 (file)
@@ -1,3 +1,7 @@
+2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
+
+       * indent/ruby.rb: Add two more cases.
+
 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
index b280ec9..287cbfd 100644 (file)
@@ -163,3 +163,10 @@ foo +
 foo = [1, 2, 3].map do |i|
   i + 1
 end
+
+foo_bar_tee(1, 2, 3)
+  .qux
+
+if foo &&
+    bar
+end