]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 6572b9c46e4096b290a95df9c37f542bdc8d21ca..9db787cc3ac1cbef49ead5134da65bfec931b63c 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 9532a4b42458b1002081dda85881e4f498ca975c..b4173b69bc185b3462795b9acfa6bce4b261b86e 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