{"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\n example.substring(0, 5),\r\n example.substring(6, 8),\r\n example.substring(9, 11),\r\n example.substring(12),\r\n]","IsDeferred":false}]}