[Webkit-unassigned] [Bug 44067] New: Single-character replace does not substitute metachars

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 16 12:35:23 PDT 2010


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

           Summary: Single-character replace does not substitute metachars
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: https://bugzilla.mozilla.org/show_bug.cgi?id=587366
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cdleary at mozilla.com


Steps to reproduce:

Command:  jsc -e 'print(")".replace(")", "*$&*"))'
Actual:   *$&*
Expected: *)*

References: ECMAv5:15.5.4.11

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