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@15491 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9c0be2d516
commit
0040ed4020
1 changed files with 4 additions and 0 deletions
|
@ -49,3 +49,7 @@ assert_valid_syntax('1.times {|i|print (42),1;}', '[ruby-list:44479]')
|
|||
assert_normal_exit %q{
|
||||
File.read("empty", nil, nil, {})
|
||||
}, '[ruby-dev:33072]'
|
||||
|
||||
assert_normal_exit %q{
|
||||
"abc".gsub(/./, "a" => "z")
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue