[Webkit-unassigned] [Bug 15450] Layout test fast/js/code-serialize-paren.html is incorrect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 5 07:42:58 PST 2024


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

Ahmad Saleem <ahmad.saleem792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ahmad.saleem792 at gmail.com,
                   |                            |ashvayka at apple.com

--- Comment #1 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
shouldBeTrue("(function () { return (x + y) * z; }).toString().search('return.*\\(') < 0");

^ this got changed to below:

shouldBeTrue("(function () { return (x + y) * z; }).toString().search('return.*[(]') != -1");

___

in 2012 - 93488 at main.

It is same as Blink / Chromium.

___

@Alexey - do we need to do anything here?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240205/f0529290/attachment.htm>


More information about the webkit-unassigned mailing list