* indent/ruby.rb: Fix a factual error.
authorDmitry Gutov <dgutov@yandex.ru>
Sun, 6 Oct 2013 21:34:40 +0000 (00:34 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Sun, 6 Oct 2013 21:34:40 +0000 (00:34 +0300)
test/indent/ruby.rb

index 9bb923e..e40ef21 100644 (file)
@@ -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