diff options
| author | Dmitry Gutov | 2013-10-07 00:34:40 +0300 |
|---|---|---|
| committer | Dmitry Gutov | 2013-10-07 00:34:40 +0300 |
| commit | 568e370dad062763135518ee453ebd6f9186a581 (patch) | |
| tree | 4bbd10c3b8c02e9919d20caad5cad9d193e3419b /test | |
| parent | 3986af6c88f24f5372c916410837a1ead9f948a2 (diff) | |
| download | emacs-568e370dad062763135518ee453ebd6f9186a581.tar.gz emacs-568e370dad062763135518ee453ebd6f9186a581.zip | |
* indent/ruby.rb: Fix a factual error.
Diffstat (limited to 'test')
| -rw-r--r-- | test/indent/ruby.rb | 7 |
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 |
| 106 | end | 106 | end |
| 107 | 107 | ||
| 108 | # Examples below fail with SMIE. | ||
| 109 | |||
| 110 | # Bug#15369 | 108 | # Bug#15369 |
| 111 | MSG = 'Separate every 3 digits in the integer portion of a number' \ | 109 | MSG = '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 | ||
| 117 | a = foo(j, k) - | 114 | a = foo(j, k) - |
| 118 | bar_tee | 115 | bar_tee |