Revision: 1251 http://trac.macosforge.org/projects/ruby/changeset/1251 Author: lsansonetti@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
participants (1)
-
source_changes@macosforge.org