From: Dmitry Gutov Date: Fri, 11 Oct 2013 20:45:14 +0000 (+0300) Subject: * test/indent/ruby.rb: Add two more cases. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1284^2~13 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=55ee77a3f91a2735955bcd93172ef6f23bcb87af;p=emacs.git * test/indent/ruby.rb: Add two more cases. --- diff --git a/test/ChangeLog b/test/ChangeLog index ce3cdd2f1e3..10a67a3d491 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2013-10-11 Dmitry Gutov + + * indent/ruby.rb: Add two more cases. + 2013-10-10 Stefan Monnier * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before diff --git a/test/indent/ruby.rb b/test/indent/ruby.rb index b280ec93ce2..287cbfd0ec4 100644 --- a/test/indent/ruby.rb +++ b/test/indent/ruby.rb @@ -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