diff options
author | David Robillard <d@drobilla.net> | 2023-04-03 09:00:14 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-04-05 09:45:15 -0400 |
commit | 1ef9b34389da01bc9ea3a4edaef0cf8dde63eaea (patch) | |
tree | 9a132c9b99fc16404fe6ef24ac0632c03c9ea001 /test/extra/good/manifest.ttl | |
parent | 34e67d85558c3dbecfcd4dba4077fc9062c21624 (diff) | |
download | serd-1ef9b34389da01bc9ea3a4edaef0cf8dde63eaea.tar.gz serd-1ef9b34389da01bc9ea3a4edaef0cf8dde63eaea.tar.bz2 serd-1ef9b34389da01bc9ea3a4edaef0cf8dde63eaea.zip |
Factor out a suite of "perfect" reversible tests
Diffstat (limited to 'test/extra/good/manifest.ttl')
-rw-r--r-- | test/extra/good/manifest.ttl | 90 |
1 files changed, 10 insertions, 80 deletions
diff --git a/test/extra/good/manifest.ttl b/test/extra/good/manifest.ttl index 1f2cb090..28c371a8 100644 --- a/test/extra/good/manifest.ttl +++ b/test/extra/good/manifest.ttl @@ -6,7 +6,6 @@ a mf:Manifest ; rdfs:comment "Serd good (additional) test suite" ; mf:entries ( - <#test-10000-triples> <#test-a-without-whitespace> <#test-backspace> <#test-base> @@ -19,24 +18,18 @@ <#test-bom> <#test-changing-base> <#test-cr> - <#test-delete> <#test-digit-start-pname> - <#test-empty> + <#test-double> <#test-empty-path-base> <#test-eof-at-page-end> - <#test-escapes> <#test-ext-namedblank-iri> <#test-ext-namedblank-prefix> - <#test-form-feed> <#test-id> - <#test-lang> - <#test-list> <#test-list-in-blank> <#test-list-subject> - <#test-long-string> + <#test-long-utf8> <#test-no-spaces> <#test-non-curie-uri> - <#test-num> <#test-out-of-range-unicode> <#test-prefix> <#test-quote-escapes> @@ -44,18 +37,9 @@ <#test-semi-dot> <#test-several-eaten-dots> <#test-string-escapes> - <#test-uri-escape> <#test-uri> - <#test-utf8> - <#test-utf8-uri> ) . -<#test-10000-triples> - a rdft:TestTurtleEval ; - mf:action <test-10000-triples.ttl> ; - mf:name "test-10000-triples" ; - mf:result <test-10000-triples.nt> . - <#test-a-without-whitespace> a rdft:TestTurtleEval ; mf:action <test-a-without-whitespace.ttl> ; @@ -128,23 +112,17 @@ mf:name "test-cr" ; mf:result <test-cr.nt> . -<#test-delete> - a rdft:TestTurtleEval ; - mf:action <test-delete.ttl> ; - mf:name "test-delete" ; - mf:result <test-delete.nt> . - <#test-digit-start-pname> a rdft:TestTurtleEval ; mf:action <test-digit-start-pname.ttl> ; mf:name "test-digit-start-pname" ; mf:result <test-digit-start-pname.nt> . -<#test-empty> +<#test-double> a rdft:TestTurtleEval ; - mf:action <test-empty.ttl> ; - mf:name "test-empty" ; - mf:result <test-empty.nt> . + mf:action <test-double.ttl> ; + mf:name "test-double" ; + mf:result <test-double.nt> . <#test-empty-path-base> a rdft:TestTurtleEval ; @@ -158,12 +136,6 @@ mf:name "test-eof-at-page-end" ; mf:result <test-eof-at-page-end.nt> . -<#test-escapes> - a rdft:TestTurtleEval ; - mf:action <test-escapes.ttl> ; - mf:name "test-escapes" ; - mf:result <test-escapes.nt> . - <#test-ext-namedblank-iri> a rdft:TestTurtleEval ; mf:action <test-ext-namedblank-iri.ttl> ; @@ -176,30 +148,12 @@ mf:name "test-ext-namedblank-prefix" ; mf:result <test-ext-namedblank-prefix.nt> . -<#test-form-feed> - a rdft:TestTurtleEval ; - mf:action <test-form-feed.ttl> ; - mf:name "test-form-feed" ; - mf:result <test-form-feed.nt> . - <#test-id> a rdft:TestTurtleEval ; mf:action <test-id.ttl> ; mf:name "test-id" ; mf:result <test-id.nt> . -<#test-lang> - a rdft:TestTurtleEval ; - mf:action <test-lang.ttl> ; - mf:name "test-lang" ; - mf:result <test-lang.nt> . - -<#test-list> - a rdft:TestTurtleEval ; - mf:action <test-list.ttl> ; - mf:name "test-list" ; - mf:result <test-list.nt> . - <#test-list-in-blank> a rdft:TestTurtleEval ; mf:action <test-list-in-blank.ttl> ; @@ -212,11 +166,11 @@ mf:name "test-list-subject" ; mf:result <test-list-subject.nt> . -<#test-long-string> +<#test-long-utf8> a rdft:TestTurtleEval ; - mf:action <test-long-string.ttl> ; - mf:name "test-long-string" ; - mf:result <test-long-string.nt> . + mf:action <test-long-utf8.ttl> ; + mf:name "test-long-utf8" ; + mf:result <test-long-utf8.nt> . <#test-no-spaces> a rdft:TestTurtleEval ; @@ -230,12 +184,6 @@ mf:name "test-non-curie-uri" ; mf:result <test-non-curie-uri.nt> . -<#test-num> - a rdft:TestTurtleEval ; - mf:action <test-num.ttl> ; - mf:name "test-num" ; - mf:result <test-num.nt> . - <#test-out-of-range-unicode> a rdft:TestTurtleEval ; mf:action <test-out-of-range-unicode.ttl> ; @@ -283,21 +231,3 @@ mf:action <test-uri.ttl> ; mf:name "test-uri" ; mf:result <test-uri.nt> . - -<#test-uri-escape> - a rdft:TestTurtleEval ; - mf:action <test-uri-escape.ttl> ; - mf:name "test-uri-escape" ; - mf:result <test-uri-escape.nt> . - -<#test-utf8> - a rdft:TestTurtleEval ; - mf:action <test-utf8.ttl> ; - mf:name "test-utf8" ; - mf:result <test-utf8.nt> . - -<#test-utf8-uri> - a rdft:TestTurtleEval ; - mf:action <test-utf8-uri.ttl> ; - mf:name "test-utf8-uri" ; - mf:result <test-utf8-uri.nt> . |