blob: 4821030fe99c3b5cff426f0b69a809c4ea89ad8a [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.*\(') < 0 is true
PASS successfullyParsed is true
TEST COMPLETE