(/(a)b\k<1>/ =~ "aba") == 0   does not work (i.e. numbered backref does not 
work.)
----------------------------------------------------------------------------------

                 Key: JRUBY-3098
                 URL: http://jira.codehaus.org/browse/JRUBY-3098
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
    Affects Versions: JRuby 1.1.4
         Environment: NetBeans 6.5 RC 1, OS X 10.5
            Reporter: kenneth mcdonald
            Priority: Minor


This appears to be a bug with the oniguruma engine. In at least one simple 
case, numbered backrefs do not work. Interestingly, in the same case, _named_ 
backrefs do work.

Ken

(/(a)b\k<1>/ =~ "aba") == 0   fails

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to