Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
falkTX 74b78eb6df Update lilv 7 years ago
..
README.txt Update lilv 7 years ago
UTF-8.nt Update lilv 7 years ago
base.nt Update lilv 7 years ago
manifest.nt Update lilv 7 years ago
rdf-schema.nt Update lilv 7 years ago
rdfs-namespace.nt Update lilv 7 years ago
test-00.nt Update lilv 7 years ago
test-01.nt Update lilv 7 years ago
test-02.nt Update lilv 7 years ago
test-03.nt Update lilv 7 years ago
test-04.nt Update lilv 7 years ago
test-05.nt Update lilv 7 years ago
test-06.nt Update lilv 7 years ago
test-07.nt Update lilv 7 years ago
test-08.nt Update lilv 7 years ago
test-09.nt Update lilv 7 years ago
test-10.nt Update lilv 7 years ago
test-11.nt Update lilv 7 years ago
test-12.nt Update lilv 7 years ago
test-13.nt Update lilv 7 years ago
test-14.nt Update lilv 7 years ago
test-15.nt Update lilv 7 years ago
test-16.nt Update lilv 7 years ago
test-17.nt Update lilv 7 years ago
test-18.nt Update lilv 7 years ago
test-19.nt Update lilv 7 years ago
test-20.nt Update lilv 7 years ago
test-21.nt Update lilv 7 years ago
test-22.nt Update lilv 7 years ago
test-23.nt Update lilv 7 years ago
test-24.nt Update lilv 7 years ago
test-25.nt Update lilv 7 years ago
test-26.nt Update lilv 7 years ago
test-27.nt Update lilv 7 years ago
test-30.nt Update lilv 7 years ago
test-backspace.nt Update lilv 7 years ago
test-bad-utf8.nt Update lilv 7 years ago
test-base-query.nt Update lilv 7 years ago
test-blank-cont.nt Update lilv 7 years ago
test-blank-in-list.nt Update lilv 7 years ago
test-blankdot.nt Update lilv 7 years ago
test-bom.nt Update lilv 7 years ago
test-cr.nt Update lilv 7 years ago
test-delete.nt Update lilv 7 years ago
test-digit-start-pname.nt Update lilv 7 years ago
test-eof-at-page-end.nt Update lilv 7 years ago
test-escapes.nt Update lilv 7 years ago
test-ext-namedblank-iri.nt Update lilv 7 years ago
test-ext-namedblank-prefix.nt Update lilv 7 years ago
test-id.nt Update lilv 7 years ago
test-lang.nt Update lilv 7 years ago
test-list-in-blank.nt Update lilv 7 years ago
test-list-subject.nt Update lilv 7 years ago
test-list.nt Update lilv 7 years ago
test-long-string.nt Update lilv 7 years ago
test-no-spaces.nt Update lilv 7 years ago
test-num.nt Update lilv 7 years ago
test-out-of-range-unicode.nt Update lilv 7 years ago
test-prefix.nt Update lilv 7 years ago
test-pretty.nt Update lilv 7 years ago
test-rel.nt Update lilv 7 years ago
test-semi-dot.nt Update lilv 7 years ago
test-uri-escape.nt Update lilv 7 years ago
test-uri.nt Update lilv 7 years ago
test-utf8-uri.nt Update lilv 7 years ago

README.txt

These are the tests for the Turtle Terse RDF Triple Language
that must be passed by conformant systems. See
http://www.dajobe.org/2004/01/turtle/
for the full conformance information.

The format is a set of good tests and bad tests.

Good tests are a pair of files:
abc.ttl abc.out
which are the input Turtle file and the expected output RDF triples,
written in N-Triples.

bad tests are of the form
bad-XX.ttl
which must fail.

The tests should be performed with an assumed base URI
of http://www.w3.org/2001/sw/DataAccess/df1/tests/

Dave