Browse Source

Add some more matches

pull/1/merge
Luke Childs 9 years ago
parent
commit
30abc3d62b
  1. 16
      test/matches.json

16
test/matches.json

@ -15,18 +15,26 @@
"description": "Url with no scheme",
"url": "url.com"
},
{
"description": "Url with port number",
"url": "url.com:8080"
},
{
"description": "Url with trailing slash",
"url": "url.com/"
},
{
"description": "Url with port number",
"url": "url.com:8080"
},
{
"description": "Url with portnumber and trailing slash",
"url": "url.com:8080/"
},
{
"description": "IP address",
"url": "192.168.0.1"
},
{
"description": "IP address with trailing slash",
"url": "192.168.0.1/"
},
{
"description": "Url with slug",
"url": "url.com/slug"

Loading…
Cancel
Save