Revision: 3794 http://trac.macosforge.org/projects/ruby/changeset/3794 Author: lsansonetti@apple.com Date: 2010-03-17 20:49:19 -0700 (Wed, 17 Mar 2010) Log Message: ----------- untag specs that now pass Modified Paths: -------------- MacRuby/trunk/spec/frozen/tags/macruby/core/string/split_tags.txt Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/string/split_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/string/split_tags.txt 2010-03-18 03:49:07 UTC (rev 3793) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/string/split_tags.txt 2010-03-18 03:49:19 UTC (rev 3794) @@ -1,8 +1,2 @@ -critical:String#split with String defaults to $; when string isn't given or nil -critical:String#split with Regexp defaults to $; when regexp isn't given or nil -fails:String#split with String ignores leading and continuous whitespace when string is a single space -fails:String#split with String splits between characters when its argument is an empty string fails:String#split with String returns subclass instances based on self -fails:String#split with String taints the resulting strings if self is tainted fails:String#split with Regexp returns subclass instances based on self -fails:String#split with Regexp taints the resulting strings if self is tainted