Regression test for bug 96526, behavior has changed due to bug 311583, holes are no longer represented by undefined in array.toSource()
git-svn-id: svn://10.0.0.236/trunk@185037 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
1a6d3e8564
commit
64362b034d
@ -86,7 +86,7 @@ function f(j,k,a)
|
||||
|
||||
status = inSection(5);
|
||||
actual = formatArray(a[2][j]);
|
||||
expect = formatArray([3, undefined]);
|
||||
expect = '[3, ,]';
|
||||
addThis();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user