[Webkit-unassigned] [Bug 127177] Yarr interpreter reports non-match instead of throwing when bailing out

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 17 11:44:37 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=127177





--- Comment #1 from Boris Zbarsky <bzbarsky at mit.edu>  2014-01-17 11:42:12 PST ---
Note that this leads to incorrect behavior in Safari.  For example:

  /^a(\w+)+b/.test("axbxxxxxxxxxxxxxxxxxxxx")

returns false in Safari, whereas the correct value is true.  Chrome gets this right.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list