Bug 50293 - Control escape in regex should accept any code unit
Summary: Control escape in regex should accept any code unit
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-30 16:45 PST by Gavin Barraclough
Modified: 2010-11-30 16:47 PST (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 2010-11-30 16:45:44 PST
Currently we only allow ascii (or alphanumeric in character classes), e.g. /\ca/, but not /\c[/.
Comment 1 Gavin Barraclough 2010-11-30 16:47:51 PST
Errrk, ignore me – reading the spec incorrectly!