[Webkit-unassigned] [Bug 30471] New: RegExp failure with (something|$)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 16 18:33:50 PDT 2009


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

           Summary: RegExp failure with (something|$)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: meh.ffff at gmail.com


I don't know if this bug has already been opened, I searched for a while but
didn't find anything related, so I'm opening it.

When a friend of mine went with Arora (not sure about the version) on my
website (which uses a javascript CMS) it didn't do its job because a regex was
failing.

The regex is /#([^=]+?)(&|$)/, with (spider|trace)monkey it's all right, with
JavaScriptCore I had to transform it into /#(([^=&]*)&|([^=&]*)$)/.

Nothing really important, just a bit annoying. Chrome/Safari/Opera are ok with
that regex, so I guess it's a problem with JavaScriptCore.

Sorry for not knowing the version of Arora/WebKit my friend was using but I
can't contact him right now, but it's nothing long to check. Also sorry if it
was already known or just not important.

meh.

-- 
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