``` User-agent: * Disallow: /blogs/*+* Disallow: /collections/*+* ``` `$parser->isDisallowed('/collections/belts')` - TRUE Expected result would be FALSE?
$parser->isDisallowed('/collections/belts')- TRUEExpected result would be FALSE?