Modified: MacRuby/branches/experimental/rakelib/spec.rake (1250 => 1251)
--- MacRuby/branches/experimental/rakelib/spec.rake 2009-03-29 04:38:07 UTC (rev 1250)
+++ MacRuby/branches/experimental/rakelib/spec.rake 2009-03-29 04:38:54 UTC (rev 1251)
@@ -43,6 +43,7 @@
next
predefined
private
+ regexp
rescue
return
throw
Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/regexp_tags.txt (0 => 1251)
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/regexp_tags.txt (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/regexp_tags.txt 2009-03-29 04:38:54 UTC (rev 1251)
@@ -0,0 +1,8 @@
+fails:Literal Regexps matches against $_ (last input) in a conditional if no explicit matchee provided
+fails:Literal Regexps allow substitution of literal regexps
+fails:Literal Regexps throws NoMethodError on missing to_s
+fails:Literal Regexps allows substitution which mixes modifiers
+fails:Literal Regexps supports \b (word boundary)
+fails:Literal Regexps supports \B (non-word-boundary)
+fails:Literal Regexps supports /o (once)
+fails:Literal Regexps invokes substitutions for /o only once
Property changes on: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/regexp_tags.txt
___________________________________________________________________