Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/string/tr_s_tags.txt (3812 => 3813)
--- MacRuby/trunk/spec/frozen/tags/macruby/core/string/tr_s_tags.txt 2010-03-18 23:06:28 UTC (rev 3812)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/string/tr_s_tags.txt 2010-03-18 23:13:02 UTC (rev 3813)
@@ -1,3 +1,6 @@
fails:String#tr_s accepts c1-c2 notation to denote ranges of characters
fails:String#tr_s translates chars not in from_string when it starts with a ^
fails:String#tr_s! raises a TypeError if self is frozen
+fails:String#tr_s returns a string processed according to tr with newly duplicate characters removed
+fails:String#tr_s pads to_str with its last char if it is shorter than from_string
+fails:String#tr_s! modifies self in place