Revision
3818
Author
lsansonetti@apple.com
Date
2010-03-18 19:10:49 -0700 (Thu, 18 Mar 2010)

Log Message

untag specs that now pass

Modified Paths

Diff

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/string/rindex_tags.txt (3817 => 3818)


--- MacRuby/trunk/spec/frozen/tags/macruby/core/string/rindex_tags.txt	2010-03-19 02:10:36 UTC (rev 3817)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/string/rindex_tags.txt	2010-03-19 02:10:49 UTC (rev 3818)
@@ -1,13 +1 @@
-fails:String#rindex with object tries to convert obj to a string via to_str
-fails:String#rindex with Fixnum doesn't use fixnum % 256
-fails:String#rindex with Fixnum returns nil if the character isn't found
-fails:String#rindex with Fixnum tries to convert start_offset to an integer via to_int
-fails:String#rindex with String behaves the same as String#rindex(char) for one-character strings
-fails:String#rindex with String returns the index of the last occurrence of the given substring
-fails:String#rindex with String starts the search at the given offset
-fails:String#rindex with String returns nil if the substring isn't found
-fails:String#rindex with String tries to convert start_offset to an integer via to_int
-fails:String#rindex with Regexp behaves the same as String#rindex(string) for escaped string regexps
-fails:String#rindex with Regexp tries to convert start_offset to an integer via to_int
-fails:String#rindex with String behaves the same as String#rindex(?char) for one-character strings
-fails:String#rindex with Regexp starts the search at the given offset
+fails:String#rindex with Regexp supports \G which matches at the given start offset