diff options
| author | Joakim Verona | 2013-09-16 08:27:23 +0200 |
|---|---|---|
| committer | Joakim Verona | 2013-09-16 08:27:23 +0200 |
| commit | df15e4f6391d475acf15dcb512a28eed9964caac (patch) | |
| tree | a1b8b76d585bb6168da097b4ce1b35be3fe8b1e6 /test/indent/ruby.rb | |
| parent | 2b483f0f59ff7f125dfbe490e42eb84c238ac971 (diff) | |
| parent | 578c21bc0316661f211dd73a9eb65c8213bd372f (diff) | |
| download | emacs-df15e4f6391d475acf15dcb512a28eed9964caac.tar.gz emacs-df15e4f6391d475acf15dcb512a28eed9964caac.zip | |
merge from trunk
Diffstat (limited to 'test/indent/ruby.rb')
| -rw-r--r-- | test/indent/ruby.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/indent/ruby.rb b/test/indent/ruby.rb index af1bbb9d8ab..6c9b9775b48 100644 --- a/test/indent/ruby.rb +++ b/test/indent/ruby.rb | |||
| @@ -71,3 +71,7 @@ end | |||
| 71 | if something == :== | 71 | if something == :== |
| 72 | do_something | 72 | do_something |
| 73 | end | 73 | end |
| 74 | |||
| 75 | # Bug#15369 | ||
| 76 | MSG = 'Separate every 3 digits in the integer portion of a number' \ | ||
| 77 | 'with underscores(_).' | ||