1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

add a test.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2008-02-18 08:16:10 +00:00
parent 1d2e4d830c
commit 390adf6112

View file

@ -53,9 +53,15 @@ assert_normal_exit %q{
assert_normal_exit %q{
"abc".gsub(/./, "a" => "z")
}
assert_normal_exit %q{
Encoding.compatible?("",0)
}
assert_normal_exit %q{
"".center(1, "\x80".force_encoding("utf-8"))
}, '[ruby-dev:33807]'
assert_normal_exit %q{
ARGF.set_encoding "foo"
}