blob: a84336f4357145b7fe27f6431d9d1c8eee4ab328 [file] [log] [blame]
This test checks that function declarations are treated as statements.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS ifTest() is true
PASS ifElseTest() is true
PASS labelTest() is true
PASS deepNesting() is 'abc'
PASS deepNestingForFunctionDeclaration() is 'abc'
PASS deepNestingInEval() is 'abc'
PASS deepNestingForFunctionDeclarationInEval() is 'abc'
PASS successfullyParsed is true
TEST COMPLETE