summaryrefslogtreecommitdiff
path: root/tests/examplefiles/hash_syntax.rb
blob: 35b27723d9c20af5483f078e81e9e5db5fd03796 (plain)
1
2
3
4
5
{ :old_syntax => 'ok' }
{ 'stings as key' => 'should be ok' }
{ new_syntax: 'broken until now' }
{ withoutunderscore: 'should be ok' }
{ _underscoreinfront: 'might be ok, if I understand the pygments code correct' }