From: Dmitry Gutov Date: Sat, 26 Oct 2013 01:22:50 +0000 (+0400) Subject: * test/indent/ruby.rb: New failing example. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1121 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=778859a88c1bb74195edd995b967b5d62605427b;p=emacs.git * test/indent/ruby.rb: New failing example. --- diff --git a/test/ChangeLog b/test/ChangeLog index 6572b9c46e4..9db787cc3ac 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,5 +1,7 @@ 2013-10-26 Dmitry Gutov + * indent/ruby.rb: New failing example. + * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace): Fix the test, in respect to adding the space after the curly. diff --git a/test/indent/ruby.rb b/test/indent/ruby.rb index 9532a4b4245..b4173b69bc1 100644 --- a/test/indent/ruby.rb +++ b/test/indent/ruby.rb @@ -229,3 +229,7 @@ end bar.foo do # "." is parent to "do"; it shouldn't be. bar end + +foo :bar do + qux +end