[macruby-changes] [2670] MacRuby/trunk/spec/frozen/tags/macruby/core

source_changes at macosforge.org source_changes at macosforge.org
Mon Sep 28 21:02:48 PDT 2009


Revision: 2670
          http://trac.macosforge.org/projects/ruby/changeset/2670
Author:   vincent.isambart at gmail.com
Date:     2009-09-28 21:02:47 -0700 (Mon, 28 Sep 2009)
Log Message:
-----------
added back tags that depend on the order of the keys in hashs to be
preserved as on MacRuby their is no guarantee the order will be preserved

Added Paths:
-----------
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/flatten_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/regexp/named_captures_tags.txt

Added: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/flatten_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/flatten_tags.txt	                        (rev 0)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/flatten_tags.txt	2009-09-29 04:02:47 UTC (rev 2670)
@@ -0,0 +1,5 @@
+fails:Hash#flatten sets each even index of the Array to a key of the Hash
+fails:Hash#flatten sets each odd index of the Array to the value corresponding to the previous element
+fails:Hash#flatten does not recursively flatten Array values when called without arguments
+fails:Hash#flatten recursively flattens Array values when called with an argument >= 2
+fails:Hash#flatten recursively flattens Array values to the given depth

Added: MacRuby/trunk/spec/frozen/tags/macruby/core/regexp/named_captures_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/regexp/named_captures_tags.txt	                        (rev 0)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/regexp/named_captures_tags.txt	2009-09-29 04:02:47 UTC (rev 2670)
@@ -0,0 +1 @@
+fails:Regexp#named_captures sets the keys of the Hash to the names of the capture groups
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090928/1df974e2/attachment-0001.html>


More information about the macruby-changes mailing list