{"ScriptPreparationCode":"var text = [\u0022fasfgagasgagagsagasga\u0022, \u0022afasfa\u003Cafas\u003Efafasfga\u003C/aafas\u003E\u0022];\r\nvar isPontiallyHTML1 = (text) =\u003E text.includes(\u0027\u003C\u0027) \u0026\u0026 text.includes(\u0027\u003E\u0027);\r\nvar isPontiallyHTML2 = (text) =\u003E /\u003C[^\u003E]\u002B\u003E/.test(text);","TestCases":[{"Name":"String.includes","Code":"text.map(isPontiallyHTML1)","IsDeferred":false},{"Name":"RegExp","Code":"text.map(isPontiallyHTML2)","IsDeferred":false}]}