Fix for Issue #1540

pull/1581/head
Rafael J. Rodriguez 2015-08-05 17:34:06 -04:00
parent 07e9bbf00a
commit 43a1a62536
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@
" return arr1;",
"}",
"",
"unite([1, 2, 3], [5, 2, 1, 4], [2, 1]);"
"unite([1, 3, 2], [5, 2, 1, 4], [2, 1]);"
],
"tests": [
"assert.deepEqual(unite([1, 3, 2], [5, 2, 1, 4], [2, 1]), [1, 3, 2, 5, 4], 'should return the union of the given arrays');",