summaryrefslogtreecommitdiff
path: root/tests/examplefiles/hash_syntax.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examplefiles/hash_syntax.rb')
-rw-r--r--tests/examplefiles/hash_syntax.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/examplefiles/hash_syntax.rb b/tests/examplefiles/hash_syntax.rb
deleted file mode 100644
index 35b27723..00000000
--- a/tests/examplefiles/hash_syntax.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-{ :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' }