Modified: MacRuby/branches/experimental/rakelib/spec.rake (1175 => 1176)
--- MacRuby/branches/experimental/rakelib/spec.rake 2009-03-26 22:54:53 UTC (rev 1175)
+++ MacRuby/branches/experimental/rakelib/spec.rake 2009-03-26 22:55:06 UTC (rev 1176)
@@ -12,6 +12,7 @@
defined
eigenclass
else
+ encoding
execution
file
hash
Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/encoding_tags.txt (1175 => 1176)
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/encoding_tags.txt 2009-03-26 22:54:53 UTC (rev 1175)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/encoding_tags.txt 2009-03-26 22:55:06 UTC (rev 1176)
@@ -1,2 +1,3 @@
-critical:The __ENCODING__ pseudo-variable is the evaluated strings's one inside an eval
-critical:The __ENCODING__ pseudo-variable is equal to the specified encoding when a magic comment exists
\ No newline at end of file
+fails:The __ENCODING__ pseudo-variable is US-ASCII by default
+fails:The __ENCODING__ pseudo-variable is the evaluated strings's one inside an eval
+fails:The __ENCODING__ pseudo-variable is equal to the specified encoding when a magic comment exists
\ No newline at end of file