2 changed files with 29 additions and 0 deletions
@ -0,0 +1,18 @@ |
|||
[ |
|||
{ |
|||
"description": "Dot seperated string without a valid TLD", |
|||
"url": "url.notatld" |
|||
}, |
|||
{ |
|||
"description": "Url with extra chars after a valid TLD", |
|||
"url": "url.comextra" |
|||
}, |
|||
{ |
|||
"description": "Url without dot", |
|||
"url": "urlcom" |
|||
}, |
|||
{ |
|||
"description": "Url with semicolon but no port number", |
|||
"url": "url.come:" |
|||
} |
|||
] |
Loading…
Reference in new issue