summaryrefslogtreecommitdiff
path: root/test/ruby/test_variable.rb
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-14 03:23:57 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-14 03:23:57 +0000
commit9639bf54eceb04b5ff4f242681c2c03dd58e903b (patch)
tree259f3459dbc78c27fed8001e64417089c475d2b0 /test/ruby/test_variable.rb
parent0e0d05d5f476df9f900e4686a940b4f5dc336133 (diff)
* 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
Diffstat (limited to 'test/ruby/test_variable.rb')
-rw-r--r--test/ruby/test_variable.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ruby/test_variable.rb b/test/ruby/test_variable.rb
index 5a0c7800bb..c0c386040f 100644
--- a/test/ruby/test_variable.rb
+++ b/test/ruby/test_variable.rb
@@ -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