ruby-changes:2656
From: ko1@a...
Date: 9 Dec 2007 10:26:22 +0900
Subject: [ruby-changes:2656] akr - Ruby:r14147 (trunk): fix added test.
akr 2007-12-09 10:25:32 +0900 (Sun, 09 Dec 2007)
New Revision: 14147
Modified files:
trunk/bootstraptest/test_knownbug.rb
Log:
fix added test.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bootstraptest/test_knownbug.rb?r1=14147&r2=14146
Index: bootstraptest/test_knownbug.rb
===================================================================
--- bootstraptest/test_knownbug.rb (revision 14146)
+++ bootstraptest/test_knownbug.rb (revision 14147)
@@ -153,7 +153,7 @@
assert_equal 'true', %q{
s = "\xa3\xb0\xa3\xb1\xa3\xb2\xa3\xb3\xa3\xb4".force_encoding("euc-jp")
s.split("\xa3\xb1".force_encoding("euc-jp")) == [
- "\xa3\xb0".force_encoding("euc-jp")
+ "\xa3\xb0".force_encoding("euc-jp"),
"\xa3\xb2\xa3\xb3\xa3\xb4".force_encoding("euc-jp")
]
}
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml