rdfjs / N3.js

Lightning fast, spec-compatible, streaming RDF for JavaScript
http://rdf.js.org/N3.js/
Other
676 stars 127 forks source link

N3.js is too lenient on string escapes #351

Open jeswr opened 1 year ago

jeswr commented 1 year ago

As discovered in https://github.com/w3c/N3/issues/180 N3.js allows certain escapes in literals and IRIs that it should actually error on.

We should error on these cases such as escaped periods in literals.