diff options
Diffstat (limited to 'test/indent/ruby.rb')
| -rw-r--r-- | test/indent/ruby.rb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/indent/ruby.rb b/test/indent/ruby.rb index 2ca0e482797..99482433145 100644 --- a/test/indent/ruby.rb +++ b/test/indent/ruby.rb | |||
| @@ -379,3 +379,20 @@ foo(:bar => | |||
| 379 | 'd' => %w(e f) | 379 | 'd' => %w(e f) |
| 380 | } | 380 | } |
| 381 | } | 381 | } |
| 382 | |||
| 383 | # Bug#17050 | ||
| 384 | |||
| 385 | return render json: { | ||
| 386 | errors: { base: [message] }, | ||
| 387 | copying: copying | ||
| 388 | }, | ||
| 389 | status: 400 | ||
| 390 | |||
| 391 | top test( | ||
| 392 | some, | ||
| 393 | top, | ||
| 394 | test) | ||
| 395 | |||
| 396 | foo bar, { | ||
| 397 | tee: qux | ||
| 398 | } | ||