Bug 50293

Summary: Control escape in regex should accept any code unit
Product: WebKit Reporter: Gavin Barraclough <barraclough>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Gavin Barraclough
Reported 2010-11-30 16:45:44 PST
Currently we only allow ascii (or alphanumeric in character classes), e.g. /\ca/, but not /\c[/.
Attachments
Gavin Barraclough
Comment 1 2010-11-30 16:47:51 PST
Errrk, ignore me – reading the spec incorrectly!
Note You need to log in before you can comment on or make changes to this bug.