blob: 50740352fa70a06f8e0c92df4f82e2fc017a2167 [file] [log] [blame]
This tests that arrays and array like objects containing holes are sorted correctly.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS testSort([,undefined,0,1]) is true
PASS testSort({length:4,1:undefined,2:0,3:1}) is true
PASS successfullyParsed is true
TEST COMPLETE