Bug 11502 - Serializing RegExps doesn't preserve Unicode escapes
Summary: Serializing RegExps doesn't preserve Unicode escapes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-03 02:02 PST by Alexey Proskuryakov
Modified: 2006-11-20 12:34 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2006-11-03 02:02:05 PST
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.
Comment 1 W. Andy Carrel 2006-11-05 23:34:35 PST
This is fixed by the patch attached to bug 11501
http://bugs.webkit.org/attachment.cgi?id=11392