aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/indent/ruby.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/indent/ruby.rb b/test/indent/ruby.rb
index 7a1a225834d..011b59a195f 100644
--- a/test/indent/ruby.rb
+++ b/test/indent/ruby.rb
@@ -344,3 +344,9 @@ zoo.keep.bar!(
344zoo 344zoo
345 .lose( 345 .lose(
346 q, p) 346 q, p)
347
348foo(bar:
349 tee)
350
351foo(:bar =>
352 tee)