blob: d115c825d08b92e7c5a9a183b3b331afbd40272a [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 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