1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 10:15:55 +03:00
semantic/test/fixtures/ruby/hash.A.rb
2017-08-16 14:14:33 -07:00

13 lines
151 B
Ruby

{ :key1 => "value", :key2 => 1, "key3" => false, :"symbol_key" => 10 }
{}
{
#comment
a: 1, # comment
#comment
'a' => 1
#comment
}
{
#foo
}