зеркало из https://github.com/github/ruby.git
test_pack.rb: test_invalid_warning
* test/ruby/test_pack.rb (test_invalid_warning): add test for invalid directive warnings. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48306 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
c58962d43f
Коммит
fa892d27af
|
@ -714,4 +714,9 @@ EXPECTED
|
|||
$VERBOSE = verbose
|
||||
end
|
||||
|
||||
def test_invalid_warning
|
||||
assert_warning(/unknown pack directive ',' in ','/) {
|
||||
[].pack(",")
|
||||
}
|
||||
end
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче