* test/indent/ruby.rb: New failing example.
authorDmitry Gutov <dgutov@yandex.ru>
Sat, 26 Oct 2013 01:22:50 +0000 (05:22 +0400)
committerDmitry Gutov <dgutov@yandex.ru>
Sat, 26 Oct 2013 01:22:50 +0000 (05:22 +0400)
test/ChangeLog
test/indent/ruby.rb

index 6572b9c..9db787c 100644 (file)
@@ -1,5 +1,7 @@
 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
 
+       * 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.
 
index 9532a4b..b4173b6 100644 (file)
@@ -229,3 +229,7 @@ end
 bar.foo do # "." is parent to "do"; it shouldn't be.
   bar
 end
+
+foo :bar do
+  qux
+end