Skip to content

Fixed URL Validity Checker

Ravi Shankar requested to merge (removed):Ravi into master

modified-file: src/utils.js and tests/utilsTest.js

The utility function to detect a valid URL does not takes into account the "//" followed by the URL scheme, so a simple string matching is required.

The tests/utilsTest.js is also modified to include test-case which fails with the GUri parser, but is a valid test case.

Closes Issue #318

Merge request reports