illegal -> invalid.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
79f9b6c2cb
commit
df08853630
@ -624,7 +624,7 @@ assert_equal '2', %q{
|
|||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
||||||
assert_match /illegal multibyte char/, %q{
|
assert_match /invalid multibyte char/, %q{
|
||||||
STDERR.reopen(STDOUT)
|
STDERR.reopen(STDOUT)
|
||||||
eval("\"\xf0".force_encoding("utf-8"))
|
eval("\"\xf0".force_encoding("utf-8"))
|
||||||
}, '[ruby-dev:32429]'
|
}, '[ruby-dev:32429]'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user