mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
||||
* 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
|
||||
$$ = 5
|
||||
end
|
||||
assert_normal_exit("$*=0; $*", "[ruby-dev:36698]")
|
||||
|
||||
foobar = "foobar"
|
||||
$_ = foobar
|
||||
|
|
Loading…
Reference in a new issue