From 369bbf7198fa5dfdac366f9e5f79b84d9c72f3ee Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Thu, 24 Oct 2013 04:47:28 +0400 Subject: * lisp/progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block with parameters" example. Simplify the "is it block or is it hash" check, but also make it more thorough. * test/indent/ruby.rb: Fix syntax error in the latest example. --- test/ChangeLog | 4 ++++ test/indent/ruby.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/ChangeLog b/test/ChangeLog index 358ef31b1bb..c392b792142 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2013-10-24 Dmitry Gutov + + * indent/ruby.rb: Fix syntax error in the latest example. + 2013-10-23 Glenn Morris * automated/Makefile.in (abs_top_srcdir, top_builddir): diff --git a/test/indent/ruby.rb b/test/indent/ruby.rb index 7601738dc76..1fd19cf34d4 100644 --- a/test/indent/ruby.rb +++ b/test/indent/ruby.rb @@ -40,7 +40,7 @@ foo = { # ruby-deep-indent-disabled a: b } -foo = { a: b +foo = { a: b, a1: b1 } -- cgit v1.2.1