Bug 50293
Summary: | Control escape in regex should accept any code unit | ||
---|---|---|---|
Product: | WebKit | Reporter: | Gavin Barraclough <barraclough> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Gavin Barraclough
Currently we only allow ascii (or alphanumeric in character classes), e.g. /\ca/, but not /\c[/.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Gavin Barraclough
Errrk, ignore me – reading the spec incorrectly!