blob: eb5b11c6f4490381cb1d15e0c4bccb6394372b68 [file] [log] [blame]
Tests array.splice behavior for contiguous storage with no holes.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS a[0] is 0
PASS a[1] is 1
PASS a[2] is 2
PASS a[3] is 4
PASS a[4] is 5
PASS a[5] is 6
PASS a[6] is 7
PASS a[7] is 8
PASS a[8] is 9
PASS successfullyParsed is true
TEST COMPLETE