Revision
3796
Author
lsansonetti@apple.com
Date
2010-03-17 22:02:36 -0700 (Wed, 17 Mar 2010)

Log Message

untag specs that now pass

Modified Paths

Diff

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/string/index_tags.txt (3795 => 3796)


--- MacRuby/trunk/spec/frozen/tags/macruby/core/string/index_tags.txt	2010-03-18 05:02:24 UTC (rev 3795)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/string/index_tags.txt	2010-03-18 05:02:36 UTC (rev 3796)
@@ -1,4 +1 @@
-fails:String#index with String behaves the same as String#index(char) for one-character strings
-fails:String#index with String returns the index of the first occurrence of the given substring
-fails:String#index with String starts the search at the given offset
-fails:String#index with Regexp behaves the same as String#index(string) for escaped string regexps
+fails:String#index with Regexp supports \G which matches at the given start offset