зеркало из https://github.com/github/ruby.git
remove debug print.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27443 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
04c651c0bd
Коммит
9971304196
|
@ -407,7 +407,6 @@ EOT
|
|||
defext = Encoding.default_external
|
||||
Encoding.default_external = Encoding::UTF_8
|
||||
open("tmp", "rt") {|f|
|
||||
p f.read;f.rewind
|
||||
s = f.getc
|
||||
assert_equal(false, s.valid_encoding?)
|
||||
assert_equal("\xE3".force_encoding("UTF-8"), s)
|
||||
|
|
Загрузка…
Ссылка в новой задаче