Bug 11502
Summary: | Serializing RegExps doesn't preserve Unicode escapes | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | wac |
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
Alexey Proskuryakov
See the failures in fast/js/regexp-unicode-handling.html - regular expressions are serialized in a way that's different from IE and Firefox, without \u escapes.
See bug 7445 comment 24.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
W. Andy Carrel
This is fixed by the patch attached to bug 11501
http://bugs.webkit.org/attachment.cgi?id=11392