* test/ruby/test_transcode.rb: ASCII-8BIT is not a valid encoding name in Emacs.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29894 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2010-11-23 21:37:56 +00:00
Родитель 3c4fecda3f
Коммит bcf80a5140
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,6 +1,6 @@
# -*- encoding: ASCII-8BIT -*- # make sure this runs in binary mode
# encoding: ASCII-8BIT # make sure this runs in binary mode
# some of the comments are in UTF-8
p __ENCODING__
require 'test/unit'
class TestTranscode < Test::Unit::TestCase
def test_errors