blob: 91e6c0ae0da1bebdd7705398d07e2e48cdfa2bcb [file] [log] [blame]
.sort(comparator) 0-length array:
get [0]
undefined
.sort() 1-length array:
get [0]
set [0] with bar
get [0]
bar,undefined
PASS successfullyParsed is true
TEST COMPLETE