blob: ca373b2ee85918e0efed7a61c4837d4a6e21e09f [file] [log] [blame]
This test checks whether converting function code to a string preserves semantically significant parentheses.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS (function () { return (x + y) * z; }).toString().search('return.*[(]') != -1 is true
PASS successfullyParsed is true
TEST COMPLETE