Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing RDF Turtle 1.1 conformance cases #329

Open
RubenVerborgh opened this issue Aug 1, 2019 · 2 comments
Open

Failing RDF Turtle 1.1 conformance cases #329

RubenVerborgh opened this issue Aug 1, 2019 · 2 comments
Labels

Comments

@RubenVerborgh
Copy link
Member

I have set up a repository to track rdflib.js conformance with regard to the specifications. We can use this in order to improve spec compliance.

Currently, 193 out of 298 tests are passing for Turtle.

The 105 currently failing cases are:

@ericprud
Copy link

Does that leverage or duplicate the turtle-tests branch?

@RubenVerborgh
Copy link
Member Author

No relation to the turtle-tests branch. In the meantime, an independent https://www.npmjs.com/package/rdf-test-suite was released, which we just use as-is.

This also includes graph isomorphism (which does not seem to be in that branch:

assert.equal(pair[0].length, pair[1].length) // !! replace with graph isomorphism
).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants