From 568e370dad062763135518ee453ebd6f9186a581 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Mon, 7 Oct 2013 00:34:40 +0300 Subject: [PATCH] * indent/ruby.rb: Fix a factual error. --- test/indent/ruby.rb | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 -- 2.39.5