rdfjs / N3.js

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

WIP: n3 spec tests #333

Open jeswr opened 1 year ago

jeswr commented 1 year ago

EDIT THIS IS NOW RESOLVED AS OF 33be3e8

Just discovered that a "parent" N3 manifest exists https://github.com/w3c/N3/blob/master/tests/N3Tests/manifest.ttl so we should use that rather than referring to the parser and extended tests individually.

Might want to wait for https://github.com/w3c/N3/pull/162/files before closing this though.

jeswr commented 1 year ago

Also ignore the spec errors raised by paths and subject/predicate literals. They are addressed by:

jeswr commented 1 year ago

As off 33be3e8 there is now a problem arising from the fact that some tests are both positive turtle tests and negative n3 tests which rdf-test-suite is not currently set up to support. https://github.com/rubensworks/rdf-test-suite.js/issues/87 will need to be addressed to resolve this