Diff
Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/gsub_tags.txt (3841 => 3842)
--- MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/gsub_tags.txt 2010-03-21 00:31:41 UTC (rev 3841)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/gsub_tags.txt 2010-03-21 00:31:55 UTC (rev 3842)
@@ -1,10 +0,0 @@
-fails:Kernel#gsub raises a TypeError if $_ is not a String
-fails:Kernel#gsub when matches sets $_ to a new string, leaving the former value unaltered
-fails:Kernel#gsub returns a string with the same contents as $_ after the operation
-fails:Kernel#gsub accepts Regexps as patterns
-fails:Kernel#gsub accepts Strings as patterns, treated literally
-fails:Kernel#gsub accepts objects which respond to #to_str as patterns and treats them as strings
-fails:Kernel#gsub with a pattern and replacement accepts strings for replacement
-fails:Kernel#gsub with a pattern and replacement accepts objects which respond to #to_str for replacement
-fails:Kernel#gsub with a pattern and replacement replaces \1 sequences with the regexp's corresponding capture
-fails:Kernel#gsub with pattern and block acts similarly to using $_.gsub
Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/instance_variable_set_tags.txt (3841 => 3842)
--- MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/instance_variable_set_tags.txt 2010-03-21 00:31:41 UTC (rev 3841)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/instance_variable_set_tags.txt 2010-03-21 00:31:55 UTC (rev 3842)
@@ -1 +0,0 @@
-fails:Kernel#instance_variable_set raises an ArgumentError if the instance variable name is a Fixnum
Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/p_tags.txt (3841 => 3842)
--- MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/p_tags.txt 2010-03-21 00:31:41 UTC (rev 3841)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/p_tags.txt 2010-03-21 00:31:55 UTC (rev 3842)
@@ -1 +0,0 @@
-critical:Kernel#p is not affected by setting $\, $/ or $,
Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/matchdata/element_reference_tags.txt (3841 => 3842)
--- MacRuby/trunk/spec/frozen/tags/macruby/core/matchdata/element_reference_tags.txt 2010-03-21 00:31:41 UTC (rev 3841)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/matchdata/element_reference_tags.txt 2010-03-21 00:31:55 UTC (rev 3842)
@@ -1 +0,0 @@
-fails:MatchData#[Symbol] returns matches in the String's encoding
Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/matchdata/eql_tags.txt (3841 => 3842)
--- MacRuby/trunk/spec/frozen/tags/macruby/core/matchdata/eql_tags.txt 2010-03-21 00:31:41 UTC (rev 3841)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/matchdata/eql_tags.txt 2010-03-21 00:31:55 UTC (rev 3842)
@@ -1 +0,0 @@
-fails:MatchData#eql? returns true if both operands have equal target strings, patterns, and match positions
Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/matchdata/equal_value_tags.txt (3841 => 3842)
--- MacRuby/trunk/spec/frozen/tags/macruby/core/matchdata/equal_value_tags.txt 2010-03-21 00:31:41 UTC (rev 3841)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/matchdata/equal_value_tags.txt 2010-03-21 00:31:55 UTC (rev 3842)
@@ -1 +0,0 @@
-fails:MatchData#== returns true if both operands have equal target strings, patterns, and match positions
Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/matchdata/select_tags.txt (3841 => 3842)
--- MacRuby/trunk/spec/frozen/tags/macruby/core/matchdata/select_tags.txt 2010-03-21 00:31:41 UTC (rev 3841)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/matchdata/select_tags.txt 2010-03-21 00:31:55 UTC (rev 3842)
@@ -1 +0,0 @@
-fails:MatchData#select yields the contents of the match array to a block
\ No newline at end of file
Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/matchdata/string_tags.txt (3841 => 3842)
--- MacRuby/trunk/spec/frozen/tags/macruby/core/matchdata/string_tags.txt 2010-03-21 00:31:41 UTC (rev 3841)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/matchdata/string_tags.txt 2010-03-21 00:31:55 UTC (rev 3842)
@@ -1 +0,0 @@
-fails:MatchData#string returns a frozen copy of the match string
\ No newline at end of file