blob: 8005ecc5cdb70485684d3bb8547eb99f966b11a6 [file] [log] [blame]
// |reftest| skip-if(!xulRuntime.shell)
function test() {
// Bug 632027: array holes should reflect as null
assertExpr("[,]=[,]", aExpr("=", arrPatt([null]), arrExpr([null])));
}
runtest(test);