is-url icon indicating copy to clipboard operation
is-url copied to clipboard

Fails to check mailto URLs

Open codelion opened this issue 7 years ago • 0 comments

I tried to fuzz the library again using GramTest, a grammar based test case generation tool (https://github.com/codelion/gramtest). I found that it fails to to check mailto URLs.

isUrl('mailto:[email protected]') // false

codelion avatar Mar 24 '18 07:03 codelion