Revision: 3813 http://trac.macosforge.org/projects/ruby/changeset/3813 Author: lsansonetti@apple.com Date: 2010-03-18 16:13:02 -0700 (Thu, 18 Mar 2010) Log Message: ----------- tag failing #tr_s specs Modified Paths: -------------- MacRuby/trunk/spec/frozen/tags/macruby/core/string/tr_s_tags.txt Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/string/tr_s_tags.txt =================================================================== --- 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