mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
add a test for [ruby-dev:32448].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14097 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6658e98c2d
commit
ac9c68fbe1
1 changed files with 4 additions and 0 deletions
|
@ -14,3 +14,7 @@ assert_match /unterminated string meets end of file/, %q{
|
|||
STDERR.reopen(STDOUT)
|
||||
eval("\"\xfd".force_encoding("utf-8"))
|
||||
}, '[ruby-dev:32429]'
|
||||
|
||||
assert_normal_exit %q{
|
||||
"abcd\xf0".force_encoding("utf-8").reverse.inspect
|
||||
}, '[ruby-dev:32448]'
|
||||
|
|
Loading…
Reference in a new issue