Bug 63819 - Escaping of forwardslashes in strings incorrect if multiple exist.
Summary: Escaping of forwardslashes in strings incorrect if multiple exist.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-01 11:09 PDT by Gavin Barraclough
Modified: 2011-07-01 11:20 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gavin Barraclough 2011-07-01 11:09:45 PDT
/\/\/x/.source should be "\/\/x", is "\/\/xx".
Comment 1 Gavin Barraclough 2011-07-01 11:20:26 PDT
Fixed in r90247