diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/indent/ruby.rb | 6 |
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!( zoo .lose( q, p) + +foo(bar: + tee) + +foo(:bar => + tee) |