From a5824db519e84e8e45498e78502615d99b63d144 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 24 Sep 2017 18:48:18 +0200 Subject: Make internal tests standard manifest-driven test suites --- tests/good/manifest.nt | 495 +++++++++++++++++++++++++------------------------ 1 file changed, 254 insertions(+), 241 deletions(-) (limited to 'tests/good/manifest.nt') diff --git a/tests/good/manifest.nt b/tests/good/manifest.nt index 123a38b5..1096208f 100644 --- a/tests/good/manifest.nt +++ b/tests/good/manifest.nt @@ -1,241 +1,254 @@ -<> . -<> "Turtle good syntax test cases (must pass)" . -<> _:b1 . -_:b1 _:b2 . -_:b2 "test-00" . -_:b2 "Blank subject" . -_:b2 _:b3 . -_:b3 . -_:b2 . -_:b1 _:b4 . -_:b4 _:b5 . -_:b5 "test-01" . -_:b5 "@prefix and qnames" . -_:b5 _:b6 . -_:b6 . -_:b5 . -_:b4 _:b7 . -_:b7 _:b8 . -_:b8 "test-02" . -_:b8 ", operator" . -_:b8 _:b9 . -_:b9 . -_:b8 . -_:b7 _:b10 . -_:b10 _:b11 . -_:b11 "test-03" . -_:b11 "; operator" . -_:b11 _:b12 . -_:b12 . -_:b11 . -_:b10 _:b13 . -_:b13 _:b14 . -_:b14 "test-04" . -_:b14 "empty [] as subject and object" . -_:b14 _:b15 . -_:b15 . -_:b14 . -_:b13 _:b16 . -_:b16 _:b17 . -_:b17 "test-05" . -_:b17 "non-empty [] as subject and object" . -_:b17 _:b18 . -_:b18 . -_:b17 . -_:b16 _:b19 . -_:b19 _:b20 . -_:b20 "test-06" . -_:b20 "'a' as predicate" . -_:b20 _:b21 . -_:b21 . -_:b20 . -_:b19 _:b22 . -_:b22 _:b23 . -_:b23 "test-07" . -_:b23 "simple collection" . -_:b23 _:b24 . -_:b24 . -_:b23 . -_:b22 _:b25 . -_:b25 _:b26 . -_:b26 "test-08" . -_:b26 "empty collection" . -_:b26 _:b27 . -_:b27 . -_:b26 . -_:b25 _:b28 . -_:b28 _:b29 . -_:b29 "test-09" . -_:b29 "integer datatyped literal" . -_:b29 _:b30 . -_:b30 . -_:b29 . -_:b28 _:b31 . -_:b31 _:b32 . -_:b32 "test-10" . -_:b32 "decimal integer canonicalization" . -_:b32 _:b33 . -_:b33 . -_:b32 . -_:b31 _:b34 . -_:b34 _:b35 . -_:b35 "test-11" . -_:b35 "- and _ in names and qnames" . -_:b35 _:b36 . -_:b36 . -_:b35 . -_:b34 _:b37 . -_:b37 _:b38 . -_:b38 "test-12" . -_:b38 "tests for rdf:_ and other qnames starting with _" . -_:b38 _:b39 . -_:b39 . -_:b38 . -_:b37 _:b40 . -_:b40 _:b41 . -_:b41 "test-13" . -_:b41 "bare : allowed" . -_:b41 _:b42 . -_:b42 . -_:b41 . -_:b40 _:b43 . -_:b43 _:b44 . -_:b44 "test-14" . -_:b44 "10000 triples, more than the default Bison stack size" . -_:b44 _:b45 . -_:b45 . -_:b44 . -_:b43 _:b46 . -_:b46 _:b47 . -_:b47 "test-15" . -_:b47 "10000 triple objects (10000 triples)" . -_:b47 _:b48 . -_:b48 . -_:b47 . -_:b46 _:b49 . -_:b49 _:b50 . -_:b50 "test-16" . -_:b50 "10000 items (10000 triples)" . -_:b50 _:b51 . -_:b51 . -_:b50 . -_:b49 _:b52 . -_:b52 _:b53 . -_:b53 "test-17" . -_:b53 "simple long literal" . -_:b53 _:b54 . -_:b54 . -_:b53 . -_:b52 _:b55 . -_:b55 _:b56 . -_:b56 "test-18" . -_:b56 "long literals with escapes" . -_:b56 _:b57 . -_:b57 . -_:b56 . -_:b55 _:b58 . -_:b58 _:b59 . -_:b59 "test-19" . -_:b59 "floating point number" . -_:b59 _:b60 . -_:b60 . -_:b59 . -_:b58 _:b61 . -_:b61 _:b62 . -_:b62 "test-20" . -_:b62 "empty literals, normal and long variant" . -_:b62 _:b63 . -_:b63 . -_:b62 . -_:b61 _:b64 . -_:b64 _:b65 . -_:b65 "test-21" . -_:b65 "positive integer, decimal and doubles" . -_:b65 _:b66 . -_:b66 . -_:b65 . -_:b64 _:b67 . -_:b67 _:b68 . -_:b68 "test-22" . -_:b68 "negative integer, decimal and doubles" . -_:b68 _:b69 . -_:b69 . -_:b68 . -_:b67 _:b70 . -_:b70 _:b71 . -_:b71 "test-23" . -_:b71 "long literal ending in double quote" . -_:b71 _:b72 . -_:b72 . -_:b71 . -_:b70 _:b73 . -_:b73 _:b74 . -_:b74 "test-24" . -_:b74 "boolean literals" . -_:b74 _:b75 . -_:b75 . -_:b74 . -_:b73 _:b76 . -_:b76 _:b77 . -_:b77 "test-25" . -_:b77 "comments" . -_:b77 _:b78 . -_:b78 . -_:b77 . -_:b76 _:b79 . -_:b79 _:b80 . -_:b80 "test-26" . -_:b80 "no final mewline" . -_:b80 _:b81 . -_:b81 . -_:b80 . -_:b79 _:b82 . -_:b82 _:b83 . -_:b83 "test-27" . -_:b83 "duplicate prefix" . -_:b83 _:b84 . -_:b84 . -_:b83 . -_:b82 _:b85 . -_:b85 _:b86 . -_:b86 "test-28" . -_:b86 "decimal data types (serializing test)" . -_:b86 _:b87 . -_:b87 . -_:b86 . -_:b85 _:b88 . -_:b88 _:b89 . -_:b89 "test-29" . -_:b89 "Escaping U+0001 to U+007F in a URI" . -_:b89 _:b90 . -_:b90 . -_:b89 . -_:b88 _:b91 . -_:b91 _:b92 . -_:b92 "test-30" . -_:b92 "@base" . -_:b92 _:b93 . -_:b93 . -_:b92 . -_:b91 _:b94 . -_:b94 _:b95 . -_:b95 "rdf-schema" . -_:b95 "RDF Namespace document converted into Turtle" . -_:b95 _:b96 . -_:b96 . -_:b95 . -_:b94 _:b97 . -_:b97 _:b98 . -_:b98 "rdfs-namespace" . -_:b98 "RDFS Namespace document converted into Turtle" . -_:b98 _:b99 . -_:b99 . -_:b98 . -_:b97 _:b100 . -_:b100 _:b101 . -_:b101 "rdfq-results" . -_:b101 "Example query result from http://www.w3.org/2003/03/rdfqr-tests/recording-query-results.html" . -_:b101 _:b102 . -_:b102 . -_:b101 . -_:b100 . + . + "Serd good syntax test cases" . + _:b1 . +_:b1 . +_:b1 _:b2 . +_:b2 . +_:b2 _:b3 . +_:b3 . +_:b3 _:b4 . +_:b4 . +_:b4 _:b5 . +_:b5 . +_:b5 _:b6 . +_:b6 . +_:b6 _:b7 . +_:b7 . +_:b7 _:b8 . +_:b8 . +_:b8 _:b9 . +_:b9 . +_:b9 _:b10 . +_:b10 . +_:b10 _:b11 . +_:b11 . +_:b11 _:b12 . +_:b12 . +_:b12 _:b13 . +_:b13 . +_:b13 _:b14 . +_:b14 . +_:b14 _:b15 . +_:b15 . +_:b15 _:b16 . +_:b16 . +_:b16 _:b17 . +_:b17 . +_:b17 _:b18 . +_:b18 . +_:b18 _:b19 . +_:b19 . +_:b19 _:b20 . +_:b20 . +_:b20 _:b21 . +_:b21 . +_:b21 _:b22 . +_:b22 . +_:b22 _:b23 . +_:b23 . +_:b23 _:b24 . +_:b24 . +_:b24 _:b25 . +_:b25 . +_:b25 _:b26 . +_:b26 . +_:b26 _:b27 . +_:b27 . +_:b27 _:b28 . +_:b28 . +_:b28 _:b29 . +_:b29 . +_:b29 _:b30 . +_:b30 . +_:b30 _:b31 . +_:b31 . +_:b31 _:b32 . +_:b32 . +_:b32 _:b33 . +_:b33 . +_:b33 _:b34 . +_:b34 . +_:b34 _:b35 . +_:b35 . +_:b35 _:b36 . +_:b36 . +_:b36 _:b37 . +_:b37 . +_:b37 _:b38 . +_:b38 . +_:b38 _:b39 . +_:b39 . +_:b39 _:b40 . +_:b40 . +_:b40 _:b41 . +_:b41 . +_:b41 _:b42 . +_:b42 . +_:b42 . + . + "test-14" . + . + . + "base" . + . + . + . + "manifest" . + . + . + . + "rdf-schema" . + . + . + . + "rdfs-namespace" . + . + . + . + "test-14" . + . + . + . + "test-15" . + . + . + . + "test-16" . + . + . + . + "test-18" . + . + . + . + "test-30" . + . + . + . + "test-backspace" . + . + . + . + "test-bad-utf8" . + . + . + . + "test-base-query" . + . + . + . + "test-blank-cont" . + . + . + . + "test-blankdot" . + . + . + . + "test-blank-in-list" . + . + . + . + "test-bom" . + . + . + . + "test-cr" . + . + . + . + "test-delete" . + . + . + . + "test-digit-start-pname" . + . + . + . + "test-empty" . + . + . + . + "test-eof-at-page-end" . + . + . + . + "test-escapes" . + . + . + . + "test-ext-namedblank-iri" . + . + . + . + "test-ext-namedblank-prefix" . + . + . + . + "test-id" . + . + . + . + "test-lang" . + . + . + . + "test-list-in-blank" . + . + . + . + "test-list-subject" . + . + . + . + "test-list" . + . + . + . + "test-long-string" . + . + . + . + "test-no-spaces" . + . + . + . + "test-num" . + . + . + . + "test-out-of-range-unicode" . + . + . + . + "test-prefix" . + . + . + . + "test-pretty" . + . + . + . + "test-rel" . + . + . + . + "test-semi-dot" . + . + . + . + "test-uri-escape" . + . + . + . + "test-uri" . + . + . + . + "test-utf8-uri" . + . + . + . + "UTF-8" . + . + . -- cgit v1.2.1