gajus/url-regexp

Fails to validate localhost URLs

codelion opened this issue · 0 comments

I was trying to test this library with GramTest, a grammar based test case generation tool (https://github.com/codelion/gramtest). I found that it fails to to check localhost URLs.

URLRegExp.validate('http://localhost/') //returns false