From 2c079e1c9a7085ab60c07add46ff6d3c040b3604 Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 14 Oct 2008 03:23:57 +0000 Subject: * test/ruby/test_variable.rb (TestVariable#test_variable): add a test of [ruby-dev:36698]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19777 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_variable.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/ruby') diff --git a/test/ruby/test_variable.rb b/test/ruby/test_variable.rb index 5a0c7800b..c0c386040 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 -- cgit