[macruby-changes] [1251] MacRuby/branches/experimental

source_changes at macosforge.org source_changes at macosforge.org
Sat Mar 28 21:38:56 PDT 2009


Revision: 1251
          http://trac.macosforge.org/projects/ruby/changeset/1251
Author:   lsansonetti at apple.com
Date:     2009-03-28 21:38:54 -0700 (Sat, 28 Mar 2009)
Log Message:
-----------
added regexp_spec.rb to the not-yet-green list and marked current failing tests

Modified Paths:
--------------
    MacRuby/branches/experimental/rakelib/spec.rake

Added Paths:
-----------
    MacRuby/branches/experimental/spec/frozen/tags/macruby/language/regexp_tags.txt

Modified: MacRuby/branches/experimental/rakelib/spec.rake
===================================================================
--- 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
===================================================================
--- 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
___________________________________________________________________
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090328/ec04796e/attachment.html>


More information about the macruby-changes mailing list