{"ScriptPreparationCode":"var example = \u0027there is no spoon\u0027","TestCases":[{"Name":"split","Code":"var result = example.split(\u0027 \u0027)","IsDeferred":false},{"Name":"substring (hard coded)","Code":"var result = []\r\nresult.push(example.substring(0, 5))\r\nresult.push(example.substring(6, 8))\r\nresult.push(example.substring(9, 11))\r\nresult.push(example.substring(12))","IsDeferred":false}]}