Revision
3664
Author
lsansonetti@apple.com
Date
2010-03-02 12:26:41 -0800 (Tue, 02 Mar 2010)

Log Message

skipping specs using named captures

Modified Paths

Diff

Modified: MacRuby/branches/icu/spec/frozen/core/matchdata/element_reference_spec.rb (3663 => 3664)


--- MacRuby/branches/icu/spec/frozen/core/matchdata/element_reference_spec.rb	2010-03-02 07:00:25 UTC (rev 3663)
+++ MacRuby/branches/icu/spec/frozen/core/matchdata/element_reference_spec.rb	2010-03-02 20:26:41 UTC (rev 3664)
@@ -17,4 +17,5 @@
   end
 end
 
-language_version __FILE__, "element_reference"
+# MacRuby does not support named captures yet.
+#language_version __FILE__, "element_reference"

Modified: MacRuby/branches/icu/spec/frozen/core/matchdata/names_spec.rb (3663 => 3664)


--- MacRuby/branches/icu/spec/frozen/core/matchdata/names_spec.rb	2010-03-02 07:00:25 UTC (rev 3663)
+++ MacRuby/branches/icu/spec/frozen/core/matchdata/names_spec.rb	2010-03-02 20:26:41 UTC (rev 3664)
@@ -1,3 +1,4 @@
 require File.dirname(__FILE__) + '/../../spec_helper'
 
-language_version __FILE__, "names"
+# MacRuby does not support named captures yet.
+#language_version __FILE__, "names"