aboutsummaryrefslogtreecommitdiffstats
path: root/test/indent/ruby.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/indent/ruby.rb')
-rw-r--r--test/indent/ruby.rb17
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
385return render json: {
386 errors: { base: [message] },
387 copying: copying
388 },
389 status: 400
390
391top test(
392 some,
393 top,
394 test)
395
396foo bar, {
397 tee: qux
398 }