Actions
Bug #3247
closedtest/ruby/test_m17n.rb failure
Description
=begin
test_string_inspectですが、default_externalがEUC-JPあるいはWindows-31Jの時に失敗します。
あんまり自信はないんですが、たぶん実装は現状の仕様通りでテストが間違っているのではないかと思うのですが、実際はどうなんでしょうか。
※失敗の例
default_externalがEUC-JPの場合
- Failure:
test_string_inspect(TestM17N) [test/ruby/test_m17n.rb:204]:
<""\xA1\x{8FA1A1}""> expected but was
<""\xA1??"">.
default_externalがWindows-31Jの場合
- Failure:
test_string_inspect(TestM17N) [test/ruby/test_m17n.rb:207]:
<""\x{8140}""> expected but was
<"" "">.
=end
Actions
Like0
Like0