1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix a test for previous commit.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19168 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2008-09-05 22:33:38 +00:00
parent 0be34e2a49
commit 7d048a55ee

View file

@ -853,6 +853,7 @@ EOT
def test_read_stateful
with_pipe("euc-jp:iso-2022-jp") {|r, w|
r.binmode
w << "\xA4\xA2"
w.close
assert_equal("\e$B$\"\e(B".force_encoding("iso-2022-jp"), r.read)