comunica / validate-iri.js

Library to validate IRIs according to RFC 3987
MIT License
4 stars 2 forks source link

Adds a pragmatic validation mode #12

Closed Tpt closed 2 years ago

Tpt commented 2 years ago

Checks if the scheme exists and is valid and that no character forbidden by Turtle is used anywhere else in the IRI

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 2847528641


Totals Coverage Status
Change from base Build 2846862108: 0.0%
Covered Lines: 43
Relevant Lines: 43

💛 - Coveralls
coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 2847599050


Totals Coverage Status
Change from base Build 2846862108: 0.0%
Covered Lines: 45
Relevant Lines: 45

💛 - Coveralls
rubensworks commented 2 years ago

Perfect!

If you think these are the last changes that are necessary to this lib, could you mention the different modes in the README.md file? After that, I can publish it to npm.