[macruby-changes] [2262] MacRuby/trunk/test_vm/eval.rb

source_changes at macosforge.org source_changes at macosforge.org
Fri Aug 7 16:23:50 PDT 2009


Revision: 2262
          http://trac.macosforge.org/projects/ruby/changeset/2262
Author:   vincent.isambart at gmail.com
Date:     2009-08-07 16:23:48 -0700 (Fri, 07 Aug 2009)
Log Message:
-----------
added a failing test for the bug report 304
http://www.macruby.org/trac/ticket/304

Modified Paths:
--------------
    MacRuby/trunk/test_vm/eval.rb

Modified: MacRuby/trunk/test_vm/eval.rb
===================================================================
--- MacRuby/trunk/test_vm/eval.rb	2009-08-07 21:13:57 UTC (rev 2261)
+++ MacRuby/trunk/test_vm/eval.rb	2009-08-07 23:23:48 UTC (rev 2262)
@@ -95,3 +95,5 @@
 }
 
 assert '42', 'y = eval("proc {|x| p x}"); y.call(42)'
+
+assert '42', 'eval("def test; a = 42; p a; end; test")'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090807/8bede6f2/attachment.html>


More information about the macruby-changes mailing list