RESOLVED FIXED Bug 11502
Serializing RegExps doesn't preserve Unicode escapes
https://bugs.webkit.org/show_bug.cgi?id=11502
Summary Serializing RegExps doesn't preserve Unicode escapes
Alexey Proskuryakov
Reported 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.
Attachments
W. Andy Carrel
Comment 1 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
Note You need to log in before you can comment on or make changes to this bug.