Modified: MacRuby/branches/experimental/rakelib/spec.rake (1171 => 1172)
--- MacRuby/branches/experimental/rakelib/spec.rake 2009-03-26 22:54:05 UTC (rev 1171)
+++ MacRuby/branches/experimental/rakelib/spec.rake 2009-03-26 22:54:17 UTC (rev 1172)
@@ -5,6 +5,7 @@
block
break
case
+ class
class_variable
defined
else
Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/class_tags.txt (1171 => 1172)
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/class_tags.txt 2009-03-26 22:54:05 UTC (rev 1171)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/class_tags.txt 2009-03-26 22:54:17 UTC (rev 1172)
@@ -1,4 +1,10 @@
critical:A class definition raises TypeError if the constant qualifying the class is nil
+critical:A class definition raises TypeError if any constant qualifying the class is not a Module
critical:A class definition allows using self as the superclass if self is a class
critical:A Class Definitions extending an object raises a TypeError when trying to extend numbers
critical:Reopening a class raises a TypeError when superclasses mismatch
+fails:A class definition raises TypeError if constant given as class name exists and is not a Module
+fails:A class definition allows the declaration of class variables in the body
+fails:A class definition allows the declaration of class variables in a class method
+fails:A class definition allows the declaration of class variables in an instance method
+fails:A class definition returns the value of the last statement in the body
\ No newline at end of file