[Webkit-unassigned] [Bug 21232] New: RegExp.prototype.test bug with '@'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 29 23:44:17 PDT 2008


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

           Summary: RegExp.prototype.test bug with '@'
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kangax at gmail.com


The following regexp returns `true` in latest nightly (r37056), but should
return `false` (and does return `false` in Safari 3.1)

(/^[,:{}\[\]0-9.\-+Eaeflnr-u \n\r\t]*$/).test('@');

Thank you.


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



More information about the webkit-unassigned mailing list