Rework turtle-like test suites by aucampia · Pull Request #1986 · RDFLib/rdflib (original) (raw)

This patch reworks the turtle-like test suites (N-Quads, N-Triples,
Turtle, TriG). The changes includes:

The testing is also more accurate, and now tests which were reported as
passing before are now correctly reported as failing. With one exception
all these failures are related to leniency in the parser, as our parser
accepts input that should raise an error when parsing.

Other changes:

Subsequent changes will use this new processor for SPARQL and RDF/XML,
the draft for these can be seen in #1969.

Summary of changes

Checklist