summaryrefslogtreecommitdiff
path: root/test/psych/test_yaml.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2012-11-16 14:09:21 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2012-11-16 14:09:21 -0800
commit920cb81f6c6d9ce57c51a6df8fdc99b0d00f4c3a (patch)
treee1bd211d4f92c0f2aa5b8840f5b6d0275388e95c /test/psych/test_yaml.rb
parent454f7f0256b2edf3a8a0dabfdacf82f65bde43c4 (diff)
downloadpsych-920cb81f6c6d9ce57c51a6df8fdc99b0d00f4c3a.zip
* ruby.c (load_file_internal): set default source encoding as
UTF-8 instead of US-ASCII. [ruby-core:46021] [Feature #6679] * parse.y (parser_initialize): set default parser encoding as UTF-8 instead of US-ASCII. r37485
Diffstat (limited to 'test/psych/test_yaml.rb')
-rw-r--r--test/psych/test_yaml.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/psych/test_yaml.rb b/test/psych/test_yaml.rb
index 807c058..796a44f 100644
--- a/test/psych/test_yaml.rb
+++ b/test/psych/test_yaml.rb
@@ -1,4 +1,4 @@
-# -*- mode: ruby; ruby-indent-level: 4; tab-width: 4 -*-
+# -*- coding: us-ascii; mode: ruby; ruby-indent-level: 4; tab-width: 4 -*-
# vim:sw=4:ts=4
# $Id$
#