diff options
| author | Dmitry Gutov | 2013-10-11 23:45:14 +0300 |
|---|---|---|
| committer | Dmitry Gutov | 2013-10-11 23:45:14 +0300 |
| commit | 55ee77a3f91a2735955bcd93172ef6f23bcb87af (patch) | |
| tree | ac91752f5c027128a73f9b9215227bd27a5d945c | |
| parent | c5fc0178115815bb94b4b26da8e5326931dd9cff (diff) | |
| download | emacs-55ee77a3f91a2735955bcd93172ef6f23bcb87af.tar.gz emacs-55ee77a3f91a2735955bcd93172ef6f23bcb87af.zip | |
* test/indent/ruby.rb: Add two more cases.
| -rw-r--r-- | test/ChangeLog | 4 | ||||
| -rw-r--r-- | test/indent/ruby.rb | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index ce3cdd2f1e3..10a67a3d491 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-10-11 Dmitry Gutov <dgutov@yandex.ru> | ||
| 2 | |||
| 3 | * indent/ruby.rb: Add two more cases. | ||
| 4 | |||
| 1 | 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before | 7 | * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before |
diff --git a/test/indent/ruby.rb b/test/indent/ruby.rb index b280ec93ce2..287cbfd0ec4 100644 --- a/test/indent/ruby.rb +++ b/test/indent/ruby.rb | |||
| @@ -163,3 +163,10 @@ foo + | |||
| 163 | foo = [1, 2, 3].map do |i| | 163 | foo = [1, 2, 3].map do |i| |
| 164 | i + 1 | 164 | i + 1 |
| 165 | end | 165 | end |
| 166 | |||
| 167 | foo_bar_tee(1, 2, 3) | ||
| 168 | .qux | ||
| 169 | |||
| 170 | if foo && | ||
| 171 | bar | ||
| 172 | end | ||