From 0c71ed6ce02ee7ff65a5da2cf863c5712a67cb4b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 5 Jan 2017 16:22:52 -0500 Subject: Add support for NQuads --- tests/NQuadsTests/README | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 tests/NQuadsTests/README (limited to 'tests/NQuadsTests/README') diff --git a/tests/NQuadsTests/README b/tests/NQuadsTests/README new file mode 100644 index 00000000..7aef79dd --- /dev/null +++ b/tests/NQuadsTests/README @@ -0,0 +1,25 @@ +This README is for the W3C RDF Working Group's N-Quads test suite. +This test suite contains two kinds of tests: + + Positive syntax (rdft:TestNQuadsPositiveSyntax) - an input N-Quads + file with no syntax errors. + + Negative syntax (rdft:TestNQuadsNegativeSyntax) - an input N-Quads + file with at least one syntax error. + +The manifest.ttl file in this directory lists tests in the +RDF WG's N-Quads 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 . + +See http://www.w3.org/2011/rdf-wg/wiki/RDF_Test_Suites for more details. + +Eric Prud'hommeaux - 11 June 2013. +Gregg Kellogg - 26 June 2013. -- cgit v1.2.1