summaryrefslogtreecommitdiffstats
path: root/tests/ntriples-2013/README
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 05:40:05 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 05:40:05 +0000
commit4038ab95a094b363f1748f3dcb51511a1217475d (patch)
tree7f393d66a783f91ddd263c78d681e485cf4f45ca /tests/ntriples-2013/README
parentInitial commit. (diff)
downloadraptor2-upstream/2.0.16.tar.xz
raptor2-upstream/2.0.16.zip
Adding upstream version 2.0.16.upstream/2.0.16upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/ntriples-2013/README')
-rw-r--r--tests/ntriples-2013/README25
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/ntriples-2013/README b/tests/ntriples-2013/README
new file mode 100644
index 0000000..12d8bf1
--- /dev/null
+++ b/tests/ntriples-2013/README
@@ -0,0 +1,25 @@
+This README is for the W3C RDF Working Group's N-Triples test suite.
+This test suite contains two kinds of tests:
+
+ Positive syntax (rdft:TestNTriplesPositiveSyntax) - an input N-Triples
+ file with no syntax errors.
+
+ Negative syntax (rdft:TestNTriplesNegativeSyntax) - an input N-Triples
+ file with at least one syntax error.
+
+The manifest.ttl file in this directory lists tests in the
+RDF WG's N-Triples test suite. All
+tests have a name (mf:name) and an input (mf:action).
+
+• 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/N-TriplesTests/>.
+
+See http://www.w3.org/2011/rdf-wg/wiki/RDF_Test_Suites for more details.
+
+Eric Prud'hommeaux <eric+turtle@w3.org> - 11 June 2013.
+Gregg Kellogg <gregg@greggkellogg.net> - 26 June 2013.