From: Dmitry Gutov Date: Sun, 6 Oct 2013 21:34:40 +0000 (+0300) Subject: * indent/ruby.rb: Fix a factual error. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1368 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=568e370dad062763135518ee453ebd6f9186a581;p=emacs.git * indent/ruby.rb: Fix a factual error. --- diff --git a/test/indent/ruby.rb b/test/indent/ruby.rb index 9bb923ebbdf..e40ef217e54 100644 --- a/test/indent/ruby.rb +++ b/test/indent/ruby.rb @@ -105,14 +105,11 @@ ensure bar end -# Examples below fail with SMIE. - # Bug#15369 -MSG = 'Separate every 3 digits in the integer portion of a number' \ +MSG = 'Separate every 3 digits in the integer portion of a number' + 'with underscores(_).' -# Next two fail similarly to the one above, so maybe remove 1 or 2 -# after they're fixed: +# Examples below fail with SMIE. a = foo(j, k) - bar_tee