From 778859a88c1bb74195edd995b967b5d62605427b Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Sat, 26 Oct 2013 05:22:50 +0400 Subject: [PATCH] * test/indent/ruby.rb: New failing example. --- test/ChangeLog | 2 ++ test/indent/ruby.rb | 4 ++++ 2 files changed, 6 insertions(+) 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 -- 2.39.5