blob: e6a24aa3f7be82328c16a9d9b3da092c40ee2ce5 [file] [log] [blame]
This tests some sparse array operations.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS array[0] is undefined
PASS array[49999] is undefined
PASS array[50000] is 100
PASS array[50001] is undefined
PASS array[0] is NaN
PASS array[49999] is undefined
PASS array[50000] is 100
PASS array[50001] is undefined
PASS successfullyParsed is true
TEST COMPLETE