Actions
Bug #8160
closedM17N test failure around String#rpartition
Description
=begin
Hello,
Seems r39903 introduced a test failure under Windows:
http://ci.rubyinstaller.org/job/ruby-trunk-x64-test-all/936/console
- Failure:
test_str_rpartition(TestM17NComb) [C:/Users/Worker/Jenkins/workspace/ruby-trunk-x64-build/test/ruby/test_m17n_comb.rb:1587]:
"\xA1\xA1".force_encoding("EUC-JP").rpartition("".force_encoding("ASCII-8BIT")).
<["\x{A1A1}", "", ""]> expected but was
<["\xA1", "", "\xA1"]>.
Thank you
=end
Updated by hsbt (Hiroshi SHIBATA) almost 11 years ago
- Target version changed from 2.1.0 to 2.2.0
Updated by knu (Akinori MUSHA) about 7 years ago
- Status changed from Assigned to Closed
Sorry for being this late. There was r39928 and I think that fixed the problem, if any.
Actions
Like0
Like0Like0