[macruby-changes] [2612] MacRuby/trunk/test_vm/loop.rb
source_changes at macosforge.org
source_changes at macosforge.org
Tue Sep 22 19:51:40 PDT 2009
Revision: 2612
http://trac.macosforge.org/projects/ruby/changeset/2612
Author: vincent.isambart at gmail.com
Date: 2009-09-22 19:51:39 -0700 (Tue, 22 Sep 2009)
Log Message:
-----------
added a failing test
Modified Paths:
--------------
MacRuby/trunk/test_vm/loop.rb
Modified: MacRuby/trunk/test_vm/loop.rb
===================================================================
--- MacRuby/trunk/test_vm/loop.rb 2009-09-23 02:29:57 UTC (rev 2611)
+++ MacRuby/trunk/test_vm/loop.rb 2009-09-23 02:51:39 UTC (rev 2612)
@@ -68,3 +68,10 @@
end
p :ok
}
+
+assert ':ok', %{
+ p (while true do
+ break :ok
+ break :ko
+ end)
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090922/496c0304/attachment.html>
More information about the macruby-changes
mailing list