From f0065f06bd2c95987c720b936019b9d8d39faaa9 Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 5 Sep 2008 22:33:38 +0000 Subject: fix a test for previous commit. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19168 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_io_m17n.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/ruby/test_io_m17n.rb b/test/ruby/test_io_m17n.rb index 39f3112d6..0dd790f60 100644 --- a/test/ruby/test_io_m17n.rb +++ b/test/ruby/test_io_m17n.rb @@ -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) -- cgit