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:
bob%bclary.com 2005-11-21 07:25:33 +00:00
parent 1a6d3e8564
commit 64362b034d

View File

@ -86,7 +86,7 @@ function f(j,k,a)
status = inSection(5);
actual = formatArray(a[2][j]);
expect = formatArray([3, undefined]);
expect = '[3, ,]';
addThis();
}