core: Add another array.concat test

This commit is contained in:
Nathan Adams 2019-12-12 16:47:46 +01:00 committed by Mike Welsh
parent 32a1eda080
commit 3bdf710af6
3 changed files with 31 additions and 0 deletions

View File

@ -54,3 +54,34 @@ undefined
// c.length
4
// d[0]
a
// d[1]
b
// d[2]
e
// d[3]
c
// d[4]
d
// d[5]
a
// d[6]
b
// d[7]
c
// d[8]
d
// d.length
9