[Webkit-unassigned] [Bug 6257] Throw errors on invalid expressions/support non-PCRE regexp (KJS merge)
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Mon Jan 9 14:59:57 PST 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=6257
------- Additional Comments From darin at apple.com 2006-01-09 14:59 -------
Regarding "the lexer take care of converting the unicode expression": We can do that if this is truly just a
lexer-time feature. But if a regular expression that includes a "\" and a "u" has to work, even if it's
composed out of separate strings, then we can't fix that by changing the lexer.
So we should do that if we can, but we need to test to see if that's right.
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list