{"ScriptPreparationCode":null,"TestCases":[{"Name":"Array.includes","Code":"const testStrMatch = \u0027foo\u0027;\r\n[\u0027foo\u0027].includes(testStrMatch);\r\n\r\nconst testStrNotMatch = \u0027bar\u0027;\r\n[\u0027foo\u0027].includes(testStrNotMatch);","IsDeferred":false},{"Name":"String.match","Code":"const testStrMatch = \u0027foo\u0027;\r\ntestStrMatch.match(\u0027foo\u0027);\r\n\r\nconst testStrNotMatch = \u0027bar\u0027;\r\ntestStrNotMatch.match(\u0027foo\u0027);","IsDeferred":false}]}