diff options
author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-21 08:29:33 +0000 |
---|---|---|
committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-21 08:29:33 +0000 |
commit | f40a94a9cd2807296c89eff3240436b3065b4827 (patch) | |
tree | 0409f89efa803fed4c4d393893d00b07ef6eb0ed /bootstraptest/featurebug.rb | |
parent | 6cbc9ac208b5bbaf5d43cdd47268f41d6a98970b (diff) |
* bootstraptest/featurebug.rb: added.
* bootstraptest/test_knownbug.rb: move a feature bug.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14421 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest/featurebug.rb')
-rw-r--r-- | bootstraptest/featurebug.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bootstraptest/featurebug.rb b/bootstraptest/featurebug.rb new file mode 100644 index 0000000000..81eeba7770 --- /dev/null +++ b/bootstraptest/featurebug.rb @@ -0,0 +1,6 @@ +assert_equal 'ok', %q{
+ 1.times{
+ eval("break")
+ }
+ :ok
+}, '[ruby-dev:32525]'
|