[macruby-changes] [1173] MacRuby/branches/experimental

source_changes at macosforge.org source_changes at macosforge.org
Thu Mar 26 15:54:29 PDT 2009


Revision: 1173
          http://trac.macosforge.org/projects/ruby/changeset/1173
Author:   eloy.de.enige at gmail.com
Date:     2009-03-26 15:54:29 -0700 (Thu, 26 Mar 2009)
Log Message:
-----------
Tagged failing examples of the catch spec and added it to the green list.

Modified Paths:
--------------
    MacRuby/branches/experimental/rakelib/spec.rake

Added Paths:
-----------
    MacRuby/branches/experimental/spec/frozen/tags/macruby/language/catch_tags.txt

Modified: MacRuby/branches/experimental/rakelib/spec.rake
===================================================================
--- MacRuby/branches/experimental/rakelib/spec.rake	2009-03-26 22:54:17 UTC (rev 1172)
+++ MacRuby/branches/experimental/rakelib/spec.rake	2009-03-26 22:54:29 UTC (rev 1173)
@@ -5,6 +5,7 @@
     block
     break
     case
+    catch
     class
     class_variable
     defined

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/catch_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/catch_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/catch_tags.txt	2009-03-26 22:54:29 UTC (rev 1173)
@@ -0,0 +1,5 @@
+fails:The catch keyword only allows symbols and strings
+fails:The catch keyword returns the last value of the block if it nothing is thrown
+fails:The catch keyword requires a block
+fails:The catch keyword supports nesting
+fails:The catch keyword supports nesting with the same name
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090326/56c7a117/attachment-0001.html>


More information about the macruby-changes mailing list