{"ScriptPreparationCode":"var list = [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15];\r\nvar items = [16,17,18,19,20,21,22,23,24,25];","TestCases":[{"Name":"clean\u002Bpush","Code":"list.splice(0, list.length)\r\nlist.push(items)","IsDeferred":false},{"Name":"splice","Code":"list.splice(0, list.length, items)","IsDeferred":false}]}