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

test modified.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2008-09-10 11:57:56 +00:00
parent 3da03397ce
commit 3cf69b5d69

View file

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