function assertEqualParts(parts,partDescriptions,expectedParts,description) { assert_equals(parts.length,partDescriptions.length,`${description}: lengths differ`); let nodePartIndx = 0, childNodePartIndx = 0; for(let i=0;i