+ tarball
authorEric Prud'hommeaux <eric@w3.org>
Tue, 11 Jun 2013 16:13:43 -0400
changeset 835 b8d755f386fe
parent 834 6860c0785715
child 836 33f7911a3e2a
+ tarball
rdf-turtle/tests-ttl/README
rdf-turtle/tests-ttl/TESTS.tar.gz
--- a/rdf-turtle/tests-ttl/README	Sun Jun 09 21:24:29 2013 -0700
+++ b/rdf-turtle/tests-ttl/README	Tue Jun 11 16:13:43 2013 -0400
@@ -1,1 +1,40 @@
-See http://www.w3.org/2011/rdf-wg/wiki/Turtle_Test_Suite for details.
+This README is for the W3C RDF Working Group's Turtle test suite.
+This test suite contains three kinds of tests:
+
+  Evaluation (rdft:TestTurtleEval) - a pair of an input turtle file
+  and reference ntriples file.
+
+  Positive syntax (rdft:TestTurtlePositiveSyntax) - an input turtle
+  file with no syntax errors.
+
+  Negative syntax (rdft:TestTurtleNegativeSyntax) - an input turtle
+  file with at least one syntax error.
+
+The manifest.ttl file in this directory lists all of the tests in the
+RDF WG's Turtle test suite. Each test is one of the above tests. All
+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>).
+
+• An implementation passes a positive syntax test if it parses the
+  input.
+
+• An implementation passes a negative syntax test if it fails to parse
+  the input.
+
+The home of the test suite is <http://www.w3.org/2013/TurtleTests/>.
+Per RFC 3986 section 5.1.3, the base IRI for parsing each file is the
+retrieval IRI for that file. For example, the tests turtle-subm-01 and
+turtle-subm-27 require relative IRI resolution against a base of
+<http://www.w3.org/2013/TurtleTests/turtle-subm-01.ttl> and
+<http://www.w3.org/2013/TurtleTests/turtle-subm-27.ttl> respectively.
+
+
+See http://www.w3.org/2011/rdf-wg/wiki/Turtle_Test_Suite for more details.
+
+
+Eric Prud'hommeaux <eric+turtle@w3.org> - 11 June 2013.
Binary file rdf-turtle/tests-ttl/TESTS.tar.gz has changed