X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/16f4c9f1481fa3fa6ce067595acce7340281d503..62f9502226a8b910df0abe62b9f9fc7104647c62:/test/indent/ruby.rb diff --git a/test/indent/ruby.rb b/test/indent/ruby.rb index cf6bcba8c3..5fd59bfb18 100644 --- a/test/indent/ruby.rb +++ b/test/indent/ruby.rb @@ -361,4 +361,10 @@ foo(bar: tee) foo(:bar => - tee) + tee) + +{'a' => { + 'b' => 'c', + 'd' => %w(e f) + } +}