{"ScriptPreparationCode":null,"TestCases":[{"Name":"URL","Code":"new RegExp(\u0022^([^./]\u002B\\\\.)*slack\\\\.com/coucou\u0022).test(\u0022sub1.sub2.slack.com/coucoucou\u0022)","IsDeferred":false},{"Name":"URLPattern","Code":"new URLPattern({ hostname: \u0022{*.}?slack.com\u0022, pathname: \u0022/coucou*\u0022 }).test(\u0022https://sub1.sub2.slack.com/coucoucou\u0022)","IsDeferred":false}]}