emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114542: * indent/ruby.rb: Fix a factual error.


From: Dmitry Gutov
Subject: [Emacs-diffs] trunk r114542: * indent/ruby.rb: Fix a factual error.
Date: Sun, 06 Oct 2013 21:34:46 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114542
revision-id: address@hidden
parent: address@hidden
committer: Dmitry Gutov <address@hidden>
branch nick: trunk
timestamp: Mon 2013-10-07 00:34:40 +0300
message:
  * indent/ruby.rb: Fix a factual error.
modified:
  test/indent/ruby.rb            ruby.rb-20120424165921-h044139hbrd7snvw-1
=== modified file 'test/indent/ruby.rb'
--- a/test/indent/ruby.rb       2013-10-06 01:21:51 +0000
+++ b/test/indent/ruby.rb       2013-10-06 21:34:40 +0000
@@ -105,14 +105,11 @@
   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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]