aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDmitry Gutov2013-10-07 00:34:40 +0300
committerDmitry Gutov2013-10-07 00:34:40 +0300
commit568e370dad062763135518ee453ebd6f9186a581 (patch)
tree4bbd10c3b8c02e9919d20caad5cad9d193e3419b /test
parent3986af6c88f24f5372c916410837a1ead9f948a2 (diff)
downloademacs-568e370dad062763135518ee453ebd6f9186a581.tar.gz
emacs-568e370dad062763135518ee453ebd6f9186a581.zip
* indent/ruby.rb: Fix a factual error.
Diffstat (limited to 'test')
-rw-r--r--test/indent/ruby.rb7
1 files 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
105 bar 105 bar
106end 106end
107 107
108# Examples below fail with SMIE.
109
110# Bug#15369 108# Bug#15369
111MSG = 'Separate every 3 digits in the integer portion of a number' \ 109MSG = 'Separate every 3 digits in the integer portion of a number' +
112 'with underscores(_).' 110 'with underscores(_).'
113 111
114# Next two fail similarly to the one above, so maybe remove 1 or 2 112# Examples below fail with SMIE.
115# after they're fixed:
116 113
117a = foo(j, k) - 114a = foo(j, k) -
118 bar_tee 115 bar_tee