aboutsummaryrefslogtreecommitdiffstats
path: root/test/w3c/TriGTests/README
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-04-03 09:00:29 -0400
committerDavid Robillard <d@drobilla.net>2023-04-06 07:19:10 -0400
commit45033d91842ebec303589e4ea14e6c62417e8469 (patch)
treebab25a8e6f0aec5928b421d34f81bf4c1f7a82ed /test/w3c/TriGTests/README
parent6eeed72dcb072c800b5f80d34a67311ba2e1cfb2 (diff)
downloadserd-45033d91842ebec303589e4ea14e6c62417e8469.tar.gz
serd-45033d91842ebec303589e4ea14e6c62417e8469.tar.bz2
serd-45033d91842ebec303589e4ea14e6c62417e8469.zip
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.
Diffstat (limited to 'test/w3c/TriGTests/README')
-rw-r--r--test/w3c/TriGTests/README8
1 files changed, 4 insertions, 4 deletions
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
- <http://www.w3.org/TR/rdf11-concepts/#graph-isomorphism>).
+ into a dataset, parses the expected result into another dataset, and
+ those two dataset are isomorphic (see
+ <https://www.w3.org/TR/rdf11-concepts/#dfn-dataset-isomorphism>).
• An implementation passes a positive syntax test if it parses the
input.