Revision
1279
Author
eloy.de.enige@gmail.com
Date
2009-03-31 02:45:07 -0700 (Tue, 31 Mar 2009)

Log Message

Added tags for 4 failing examples in the IO#putc spec.

Added Paths

Diff

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/putc_tags.txt (0 => 1279)


--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/putc_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/putc_tags.txt	2009-03-31 09:45:07 UTC (rev 1279)
@@ -0,0 +1,4 @@
+fails:IO#putc writes Numerics that fit in a C char
+fails:IO#putc writes the first byte of a String
+fails:IO#putc writes the first byte of an object's string representation
+fails:IO#putc write the first byte of Numerics that don't fit in a C char
\ No newline at end of file