haikuwebkit/LayoutTests/js/excessive-comma-usage-expec...

13 lines
351 B
Plaintext

Test that we can handle excessively large initializer lists
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS new Function(initializerTestString)() is true
PASS new Function(declarationTestString)() is true
PASS new Function(commaExpressionTestString)() is true
PASS successfullyParsed is true
TEST COMPLETE