summaryrefslogtreecommitdiffstats
path: root/test/ruby
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-23 19:00:03 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-23 19:00:03 +0000
commit5cf2b7f406bbf4a7acbb51392d6c63b4b8ba1564 (patch)
tree5d19ddcb0898a6d796b683a0965979cec09f061d /test/ruby
parent6e3c5a6fd5c498f0ec0172acfaf3ab6358b40582 (diff)
downloadruby-5cf2b7f406bbf4a7acbb51392d6c63b4b8ba1564.tar.gz
ruby-5cf2b7f406bbf4a7acbb51392d6c63b4b8ba1564.tar.xz
ruby-5cf2b7f406bbf4a7acbb51392d6c63b4b8ba1564.zip
add ML ref.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14549 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_io_m17n.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_io_m17n.rb b/test/ruby/test_io_m17n.rb
index ce35b4d21..4efe96e20 100644
--- a/test/ruby/test_io_m17n.rb
+++ b/test/ruby/test_io_m17n.rb
@@ -61,7 +61,7 @@ EOT
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