zazuko / rdf-validate-shacl

Validate RDF data purely in JavaScript. An implementation of the W3C SHACL specification on top of the RDFJS stack.
MIT License
98 stars 13 forks source link

Fix comparison of non-numeric (e.g. date) literals #55

Closed martinmaillard closed 3 years ago

martinmaillard commented 3 years ago

Fixes #23

codecov-io commented 3 years ago

Codecov Report

Merging #55 (5548bc7) into master (dadf1db) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #55      +/-   ##
==========================================
+ Coverage   96.74%   96.76%   +0.01%     
==========================================
  Files          13       13              
  Lines         676      680       +4     
==========================================
+ Hits          654      658       +4     
  Misses         22       22              
Impacted Files Coverage Δ
src/validators.js 97.12% <100.00%> (+0.05%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update dadf1db...5548bc7. Read the comment docs.