Revision
3814
Author
lsansonetti@apple.com
Date
2010-03-18 16:21:52 -0700 (Thu, 18 Mar 2010)

Log Message

tag more specs

Modified Paths

Diff

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/string/encode_tags.txt (3813 => 3814)


--- MacRuby/trunk/spec/frozen/tags/macruby/core/string/encode_tags.txt	2010-03-18 23:13:02 UTC (rev 3813)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/string/encode_tags.txt	2010-03-18 23:21:52 UTC (rev 3814)
@@ -27,3 +27,4 @@
 fails:String#encode replaces xml characters
 fails:String#encode replaces xml characters and quotes the result
 fails:String#encode with no arguments returns a copy of self transcoded to Encoding.default_internal
+fails:String#encode with no arguments returns a copy of self

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/string/unpack_tags.txt (3813 => 3814)


--- MacRuby/trunk/spec/frozen/tags/macruby/core/string/unpack_tags.txt	2010-03-18 23:13:02 UTC (rev 3813)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/string/unpack_tags.txt	2010-03-18 23:21:52 UTC (rev 3814)
@@ -13,3 +13,4 @@
 fails:String#unpack with 'm' directive returns an array by decoding self according to the format string
 fails:String#unpack with 'IiLlSs' directives uses sizeof(int) as an integer
 fails:String#unpack with 'lL' uses 4 bytes for an integer
+fails:String#unpack with 'M' directive returns an array by decoding self according to the format string