aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/indent/ruby.rb8
1 files changed, 7 insertions, 1 deletions
diff --git a/test/indent/ruby.rb b/test/indent/ruby.rb
index cf6bcba8c39..5fd59bfb186 100644
--- a/test/indent/ruby.rb
+++ b/test/indent/ruby.rb
@@ -361,4 +361,10 @@ foo(bar:
361 tee) 361 tee)
362 362
363foo(:bar => 363foo(:bar =>
364 tee) 364 tee)
365
366{'a' => {
367 'b' => 'c',
368 'd' => %w(e f)
369 }
370}