annotate src/serd-0.18.2/tests/README.txt @ 83:ae30d91d2ffe

Replace these with versions built using an older toolset (so as to avoid ABI compatibilities when linking on Ubuntu 14.04 for packaging purposes)
author Chris Cannam
date Fri, 07 Feb 2020 11:51:13 +0000
parents c7265573341e
children
rev   line source
Chris@0 1 These are the tests for the Turtle Terse RDF Triple Language
Chris@0 2 that must be passed by conformant systems. See
Chris@0 3 http://www.dajobe.org/2004/01/turtle/
Chris@0 4 for the full conformance information.
Chris@0 5
Chris@0 6 The format is a set of good tests and bad tests.
Chris@0 7
Chris@0 8 Good tests are a pair of files:
Chris@0 9 abc.ttl abc.out
Chris@0 10 which are the input Turtle file and the expected output RDF triples,
Chris@0 11 written in N-Triples.
Chris@0 12
Chris@0 13 bad tests are of the form
Chris@0 14 bad-XX.ttl
Chris@0 15 which must fail.
Chris@0 16
Chris@0 17 The tests should be performed with an assumed base URI
Chris@0 18 of http://www.w3.org/2001/sw/DataAccess/df1/tests/
Chris@0 19
Chris@0 20 Dave