[前][次][番号順一覧][スレッド一覧]

ruby-changes:3057

From: ko1@a...
Date: 24 Dec 2007 04:00:11 +0900
Subject: [ruby-changes:3057] akr - Ruby:r14549 (trunk): add ML ref.

akr	2007-12-24 04:00:03 +0900 (Mon, 24 Dec 2007)

  New Revision: 14549

  Modified files:
    trunk/test/ruby/test_io_m17n.rb

  Log:
    add ML ref.


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/ruby/test_io_m17n.rb?r1=14549&r2=14548

Index: test/ruby/test_io_m17n.rb
===================================================================
--- test/ruby/test_io_m17n.rb	(revision 14548)
+++ test/ruby/test_io_m17n.rb	(revision 14549)
@@ -61,7 +61,7 @@
         f.gets("\xA2\xA2".force_encoding("euc-jp").encode("utf-8"))
       }
       assert_equal(Encoding.find("euc-jp"), s.encoding)
-      assert_str_equal("before \xA1\xA2\xA2\xA3 after".force_encoding("iso-8859-1"), s)
+      assert_str_equal("before \xA1\xA2\xA2\xA3 after".force_encoding("iso-8859-1"), s, '[ruby-core:14319]')
     }
   end
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml

[前][次][番号順一覧][スレッド一覧]