Revision
3798
Author
lsansonetti@apple.com
Date
2010-03-17 22:12:46 -0700 (Wed, 17 Mar 2010)

Log Message

tag failing specs

Modified Paths

Diff

Modified: MacRuby/trunk/spec/frozen/tags/macruby/language/regexp/modifiers_tags.txt (3797 => 3798)


--- MacRuby/trunk/spec/frozen/tags/macruby/language/regexp/modifiers_tags.txt	2010-03-18 05:05:29 UTC (rev 3797)
+++ MacRuby/trunk/spec/frozen/tags/macruby/language/regexp/modifiers_tags.txt	2010-03-18 05:12:46 UTC (rev 3798)
@@ -1,2 +1,4 @@
 fails:Regexps with modifers supports /o (once)
 fails:Regexps with modifers invokes substitutions for /o only once
+fails:Regexps with modifers supports (?imx-imx) (inline modifiers)
+fails:Regexps with modifers supports (?imx-imx:expr) (scoped inline modifiers)

Modified: MacRuby/trunk/spec/frozen/tags/macruby/language/regexp_tags.txt (3797 => 3798)


--- MacRuby/trunk/spec/frozen/tags/macruby/language/regexp_tags.txt	2010-03-18 05:05:29 UTC (rev 3797)
+++ MacRuby/trunk/spec/frozen/tags/macruby/language/regexp_tags.txt	2010-03-18 05:12:46 UTC (rev 3798)
@@ -1 +1,2 @@
 fails:Literal Regexps matches against $_ (last input) in a conditional if no explicit matchee provided
+fails:Literal Regexps allows unescaped / to be used with %r