From 45033d91842ebec303589e4ea14e6c62417e8469 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 3 Apr 2023 09:00:29 -0400 Subject: Update TriG test suite This suite can't be exactly copied because it has modifications to support exact streaming tests, but this commit incorporates some upstream changes manually. --- test/w3c/TriGTests/README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/w3c/TriGTests/README') diff --git a/test/w3c/TriGTests/README b/test/w3c/TriGTests/README index adbb2a3f..2187549a 100644 --- a/test/w3c/TriGTests/README +++ b/test/w3c/TriGTests/README @@ -2,7 +2,7 @@ This README is for the W3C RDF Working Group's TriG test suite. This test suite contains three kinds of tests: Evaluation (rdft:TestTriGEval) - a pair of an input trig file - and reference ntriples file. + and referenced nquads file. Positive syntax (rdft:TestTriGPositiveSyntax) - an input trig file with no syntax errors. @@ -16,9 +16,9 @@ tests have a name (mf:name) and an input (mf:action). The Evaluation tests have an expected result (mf:result). • An implementation passes an Evaluation test if it parses the input - into a graph, parses the expecte result into another graph, and - those two graphs are isomorphic (see - ). + into a dataset, parses the expected result into another dataset, and + those two dataset are isomorphic (see + ). • An implementation passes a positive syntax test if it parses the input. -- cgit v1.2.1