{"ScriptPreparationCode":"const string = \u0022Hello world\u0022;\r\nconst regExp = /^Hello/;","TestCases":[{"Name":"test","Code":"regExp.test(string)","IsDeferred":false},{"Name":"match","Code":"string.match(regExp)","IsDeferred":false},{"Name":"startsWith","Code":"string.startsWith(\u0027Hello\u0027);","IsDeferred":false},{"Name":"s","Code":"console.log(\u0027\u0027)","IsDeferred":false}]}