Browse Source

Add non match tests for backslashes

pull/3/head
Luke Childs 9 years ago
parent
commit
7170daa41a
  1. 8
      test/non-matches.json

8
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"
}
]

Loading…
Cancel
Save