Browse Source

Fix error in non match url

pull/1/merge
Luke Childs 9 years ago
parent
commit
228f401e6b
  1. 2
      test/non-matches.json

2
test/non-matches.json

@ -13,6 +13,6 @@
},
{
"description": "Url with semicolon but no port number ",
"url": "url.come:"
"url": "url.com:"
}
]

Loading…
Cancel
Save