blob: c79d866fa9b63100466ba4683f6c9d298ed5fef2 [file] [log] [blame]
description(
"This test checks whether converting function code to a string preserves semantically significant parentheses."
)
shouldBeTrue("(function () { return (x + y) * z; }).toString().search('return.*\\(') < 0");
var successfullyParsed = true;