summaryrefslogtreecommitdiff
path: root/bootstraptest/featurebug.rb
diff options
context:
space:
mode:
Diffstat (limited to 'bootstraptest/featurebug.rb')
-rw-r--r--bootstraptest/featurebug.rb6
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]'