{"ScriptPreparationCode":null,"TestCases":[{"Name":"Array.includes","Code":"\u0027foobar\u0027.includes(\u0027foo\u0027);\r\n\r\n\u0027qwertyuiopfoobar\u0027.includes(\u0027foo\u0027);\r\n\r\n\u0027bazbar\u0027.includes(\u0027foo\u0027);","IsDeferred":false},{"Name":"String.match","Code":"const regexp = /foo/;\r\n\u0027foobar\u0027.match(regexp);\r\n\r\n\u0027qwertyuiopfoobar\u0027.match(regexp);\r\n\r\n\u0027bazbar\u0027.match(regexp);","IsDeferred":false}]}