{"ScriptPreparationCode":"s = [1,2,3,4];\r\nx = [5,6,7,8];","TestCases":[{"Name":"1","Code":"result = s.concat(x);","IsDeferred":false},{"Name":"2","Code":"s.push.apply(x)","IsDeferred":false}]}