diff --git a/test/non-matches.json b/test/non-matches.json index c347149..5f7931d 100644 --- a/test/non-matches.json +++ b/test/non-matches.json @@ -30,5 +30,13 @@ { "description": "Dot seperated strings that don't end with a TLD", "url": "url.com.notatld" + }, + { + "description": "Backslash instead of hostname", + "url": "\\.com" + }, + { + "description": "Double backslash instead of hostname", + "url": "\\\\.com" } ]