blob: ed3cbe671ec3e3d81874d20f537cdc4f981bb047 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|