mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
3c4fecda3f
commit
bcf80a5140
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue