diff options
Diffstat (limited to 'test/indent/ruby.rb')
| -rw-r--r-- | test/indent/ruby.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/indent/ruby.rb b/test/indent/ruby.rb index 51923f79373..941fffb2209 100644 --- a/test/indent/ruby.rb +++ b/test/indent/ruby.rb | |||
| @@ -317,6 +317,11 @@ def bar | |||
| 317 | .baz | 317 | .baz |
| 318 | end | 318 | end |
| 319 | 319 | ||
| 320 | abc(foo | ||
| 321 | .bar, | ||
| 322 | tee | ||
| 323 | .qux) | ||
| 324 | |||
| 320 | # http://stackoverflow.com/questions/17786563/emacs-ruby-mode-if-expressions-indentation | 325 | # http://stackoverflow.com/questions/17786563/emacs-ruby-mode-if-expressions-indentation |
| 321 | tee = if foo | 326 | tee = if foo |
| 322 | bar | 327 | bar |