{"ScriptPreparationCode":"var text = \u0060{\u0022WatchdogFetchInputEventCrashTimeout\u0022:\u0022Watchdog FetchInputEvent were not being fed for 30000 milliseconds.Crash timeout was set to 30000 milliseconds.\u0022}\u0060","TestCases":[{"Name":"includes","Code":"const result = text.includes(\u0022Watchdog\u0022);\r\n\r\nif (result){ \r\n\tconsole.log(\u0022something\u0022);\r\n}","IsDeferred":false},{"Name":"regex","Code":"const result = text.match(/\\bWatchdog/);\r\n\r\nif (result){ \r\n\tconsole.log(\u0022something\u0022);\r\n}","IsDeferred":false}]}