Diff
Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/symbol/capitalize_tags.txt (3835 => 3836)
--- MacRuby/trunk/spec/frozen/tags/macruby/core/symbol/capitalize_tags.txt 2010-03-20 00:17:41 UTC (rev 3835)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/symbol/capitalize_tags.txt 2010-03-20 00:17:53 UTC (rev 3836)
@@ -1,9 +0,0 @@
-fails:Symbol#capitalize returns a Symbol
-fails:Symbol#capitalize converts the first character to uppercase if it is ASCII
-fails:Symbol#capitalize leaves the first character alone if it is not an alphabetical ASCII character
-fails:Symbol#capitalize converts subsequent uppercase ASCII characters to their lowercase equivalents
-fails:Symbol#capitalize leaves ASCII characters already in the correct case as they were
-fails:Symbol#capitalize works with both upper- and lowercase ASCII characters in the same Symbol
-fails:Symbol#capitalize leaves uppercase Unicode characters as they were
-fails:Symbol#capitalize leaves lowercase Unicode characters as they were
-fails:Symbol#capitalize leaves non-alphabetic ASCII characters as they were
Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/symbol/downcase_tags.txt (3835 => 3836)
--- MacRuby/trunk/spec/frozen/tags/macruby/core/symbol/downcase_tags.txt 2010-03-20 00:17:41 UTC (rev 3835)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/symbol/downcase_tags.txt 2010-03-20 00:17:53 UTC (rev 3836)
@@ -1,5 +0,0 @@
-fails:Symbol#downcase returns a Symbol
-fails:Symbol#downcase converts uppercase ASCII characters to their lowercase equivalents
-fails:Symbol#downcase leaves lowercase Unicode characters as they were
-fails:Symbol#downcase leaves uppercase Unicode characters as they were
-fails:Symbol#downcase leaves non-alphabetic ASCII characters as they were
Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/symbol/inspect_tags.txt (3835 => 3836)
--- MacRuby/trunk/spec/frozen/tags/macruby/core/symbol/inspect_tags.txt 2010-03-20 00:17:41 UTC (rev 3835)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/symbol/inspect_tags.txt 2010-03-20 00:17:53 UTC (rev 3836)
@@ -1,5 +0,0 @@
-fails:Symbol#inspect returns self as a symbol literal for :"\""
-fails:Symbol#inspect returns self as a symbol literal for :"!"
-fails:Symbol#inspect returns self as a symbol literal for :"\"\""
-fails:Symbol#inspect returns self as a symbol literal for :"!~"
-fails:Symbol#inspect returns self as a symbol literal for :"!="
Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/symbol/swapcase_tags.txt (3835 => 3836)
--- MacRuby/trunk/spec/frozen/tags/macruby/core/symbol/swapcase_tags.txt 2010-03-20 00:17:41 UTC (rev 3835)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/symbol/swapcase_tags.txt 2010-03-20 00:17:53 UTC (rev 3836)
@@ -1,7 +0,0 @@
-fails:Symbol#swapcase returns a Symbol
-fails:Symbol#swapcase converts lowercase ASCII characters to their uppercase equivalents
-fails:Symbol#swapcase converts uppercase ASCII characters to their lowercase equivalents
-fails:Symbol#swapcase works with both upper- and lowercase ASCII characters in the same Symbol
-fails:Symbol#swapcase leaves uppercase Unicode characters as they were
-fails:Symbol#swapcase leaves lowercase Unicode characters as they were
-fails:Symbol#swapcase leaves non-alphabetic ASCII characters as they were
Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/symbol/upcase_tags.txt (3835 => 3836)
--- MacRuby/trunk/spec/frozen/tags/macruby/core/symbol/upcase_tags.txt 2010-03-20 00:17:41 UTC (rev 3835)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/symbol/upcase_tags.txt 2010-03-20 00:17:53 UTC (rev 3836)
@@ -1,4 +0,0 @@
-fails:Symbol#upcase returns a Symbol
-fails:Symbol#upcase converts lowercase ASCII characters to their uppercase equivalents
-fails:Symbol#upcase leaves lowercase Unicode characters as they were
-fails:Symbol#upcase leaves non-alphabetic ASCII characters as they were