[Webkit-unassigned] [Bug 46882] New: The case-insensitivity backreference checking isn't working with YARR Interpreter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 30 02:07:20 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=46882

           Summary: The case-insensitivity backreference checking isn't
                    working with YARR Interpreter
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pvarga at inf.u-szeged.hu
                CC: barraclough at apple.com, zherczeg at webkit.org,
                    msaboff at apple.com


The Interpreter::tryConsumeBackReference() function doesn't support the ignorecase checking of characters. 

Eg.:
"Abab".match(/(ab)\1/i);
result: null
expected: Abab, Ab

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list