Revision
1173
Author
eloy.de.enige@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

Added Paths

Diff

Modified: MacRuby/branches/experimental/rakelib/spec.rake (1172 => 1173)


--- 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 (0 => 1173)


--- 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