[macruby-changes] [1163] MacRuby/branches/experimental/test_roxor.rb

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 25 23:00:53 PDT 2009


Revision: 1163
          http://trac.macosforge.org/projects/ruby/changeset/1163
Author:   lsansonetti at apple.com
Date:     2009-03-25 23:00:53 -0700 (Wed, 25 Mar 2009)
Log Message:
-----------
a new failing test

Modified Paths:
--------------
    MacRuby/branches/experimental/test_roxor.rb

Modified: MacRuby/branches/experimental/test_roxor.rb
===================================================================
--- MacRuby/branches/experimental/test_roxor.rb	2009-03-26 06:00:39 UTC (rev 1162)
+++ MacRuby/branches/experimental/test_roxor.rb	2009-03-26 06:00:53 UTC (rev 1163)
@@ -1044,6 +1044,7 @@
 
   assert ":ok", "begin; p :ok; rescue; end"
   assert ":ok", "begin; raise; p :nok; rescue; p :ok; end"
+  assert ":ok", "begin; raise; p :nok; ensure; p :ok; end"
 
   assert "42", "x = 40; begin; x += 1; rescue; ensure; x += 1; end; p x"
   assert "42", "x = 40; begin; raise; x = nil; rescue; x += 1; ensure; x += 1; end; p x"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090325/15321ddb/attachment-0001.html>


More information about the macruby-changes mailing list