[webkit-reviews] review denied: [Bug 22685] Added support for the non-capturing parentheses (?:) atom in WREC. : [Attachment 25777] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 5 12:22:56 PST 2008


Geoffrey Garen <ggaren at apple.com> has denied 's request for review:
Bug 22685: Added support for the non-capturing parentheses (?:) atom in WREC.
https://bugs.webkit.org/show_bug.cgi?id=22685

Attachment 25777: patch
https://bugs.webkit.org/attachment.cgi?id=25777&action=review

------- Additional Comments from Geoffrey Garen <ggaren at apple.com>
Ooops, my patch breaks this regexp: /(?:a*)a/.exec("a");

?= and ?! don't need to support backtracking, but ?: does.


More information about the webkit-reviews mailing list