aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/language/fixtures/hash_strings_utf8.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/language/fixtures/hash_strings_utf8.rb')
-rw-r--r--spec/ruby/language/fixtures/hash_strings_utf8.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/ruby/language/fixtures/hash_strings_utf8.rb b/spec/ruby/language/fixtures/hash_strings_utf8.rb
new file mode 100644
index 0000000000..7928090282
--- /dev/null
+++ b/spec/ruby/language/fixtures/hash_strings_utf8.rb
@@ -0,0 +1,7 @@
+# encoding: utf-8
+
+module HashStringsUTF8
+ def self.literal_hash
+ {"foo" => "bar"}
+ end
+end