From: Dmitry Gutov Date: Fri, 8 Nov 2013 03:30:24 +0000 (+0200) Subject: * indent/ruby.rb: New example X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~909 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d85783ca32212bba9d43e28748d0a612eaf197b9;p=emacs.git * indent/ruby.rb: New example --- diff --git a/test/indent/ruby.rb b/test/indent/ruby.rb index 47c9b71078b..0c432b7ca20 100644 --- a/test/indent/ruby.rb +++ b/test/indent/ruby.rb @@ -284,3 +284,10 @@ bar 1 do tee end end + +# Failing with SMIE: + +foo || + begin + bar + end