* test/ruby/test_variable.rb (TestVariable#test_variable): add
a test of [ruby-dev:36698]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19777 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0e0d05d5f4
commit
9639bf54ec
@ -1,3 +1,8 @@
|
|||||||
|
Tue Oct 14 12:22:32 2008 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||||
|
|
||||||
|
* test/ruby/test_variable.rb (TestVariable#test_variable): add
|
||||||
|
a test of [ruby-dev:36698].
|
||||||
|
|
||||||
Tue Oct 14 11:14:26 2008 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
Tue Oct 14 11:14:26 2008 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||||
|
|
||||||
* lib/net/pop.rb: check for invalid APOP timestamp. (CVE-2007-1558)
|
* lib/net/pop.rb: check for invalid APOP timestamp. (CVE-2007-1558)
|
||||||
|
@ -40,6 +40,7 @@ class TestVariable < Test::Unit::TestCase
|
|||||||
assert_raise(NameError) do
|
assert_raise(NameError) do
|
||||||
$$ = 5
|
$$ = 5
|
||||||
end
|
end
|
||||||
|
assert_normal_exit("$*=0; $*", "[ruby-dev:36698]")
|
||||||
|
|
||||||
foobar = "foobar"
|
foobar = "foobar"
|
||||||
$_ = foobar
|
$_ = foobar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user