diff options
author | David Robillard <d@drobilla.net> | 2024-02-07 12:10:49 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-03-08 17:19:41 -0500 |
commit | 66adb6e1cea6e1231723a41c60f0b9e650e20448 (patch) | |
tree | 7e762dda62b6b5c31c2510f2014bd09f8765b827 /test/extra/good/manifest.ttl | |
parent | 37723be4c8b49b785c40fe5ccd34edbc7c018e1b (diff) | |
download | serd-66adb6e1cea6e1231723a41c60f0b9e650e20448.tar.gz serd-66adb6e1cea6e1231723a41c60f0b9e650e20448.tar.bz2 serd-66adb6e1cea6e1231723a41c60f0b9e650e20448.zip |
Add more exhaustive NTriples and NQuads test cases
Diffstat (limited to 'test/extra/good/manifest.ttl')
-rw-r--r-- | test/extra/good/manifest.ttl | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/test/extra/good/manifest.ttl b/test/extra/good/manifest.ttl index 5f4e8761..efef7f54 100644 --- a/test/extra/good/manifest.ttl +++ b/test/extra/good/manifest.ttl @@ -32,7 +32,18 @@ <#test-no-spaces> <#test-non-curie-uri> <#test-nq-syntax-dot-end> + <#test-nq-syntax-eof-after-blank-dot> + <#test-nq-syntax-eol-cr> + <#test-nq-syntax-eol-crlf> + <#test-nq-syntax-eol-lf> + <#test-nq-syntax-eol-lfcr> + <#test-nt-syntax-blank-dot> <#test-nt-syntax-dot-end> + <#test-nt-syntax-eof-after-blank-dot> + <#test-nt-syntax-eol-cr> + <#test-nt-syntax-eol-crlf> + <#test-nt-syntax-eol-lf> + <#test-nt-syntax-eol-lfcr> <#test-out-of-range-unicode> <#test-prefix> <#test-quote-escapes> @@ -193,16 +204,71 @@ mf:name "test-non-curie-uri" ; mf:result <test-non-curie-uri.nt> . +<#test-nq-syntax-eof-after-blank-dot> + a rdft:TestNTriplesPositiveSyntax ; + mf:action <test-nq-syntax-eof-after-blank-dot.nq> ; + mf:name "test-nq-syntax-eof-after-blank-dot" . + <#test-nq-syntax-dot-end> a rdft:TestNQuadsPositiveSyntax ; mf:action <test-nq-syntax-dot-end.nq> ; mf:name "test-nq-syntax-dot-end" . +<#test-nq-syntax-eol-cr> + a rdft:TestNTriplesPositiveSyntax ; + mf:action <test-nq-syntax-eol-cr.nq> ; + mf:name "test-nq-syntax-eol-cr" . + +<#test-nq-syntax-eol-crlf> + a rdft:TestNTriplesPositiveSyntax ; + mf:action <test-nq-syntax-eol-crlf.nq> ; + mf:name "test-nq-syntax-eol-crlf" . + +<#test-nq-syntax-eol-lf> + a rdft:TestNTriplesPositiveSyntax ; + mf:action <test-nq-syntax-eol-lf.nq> ; + mf:name "test-nq-syntax-eol-lf" . + +<#test-nq-syntax-eol-lfcr> + a rdft:TestNTriplesPositiveSyntax ; + mf:action <test-nq-syntax-eol-lfcr.nq> ; + mf:name "test-nq-syntax-eol-lfcr" . + +<#test-nt-syntax-blank-dot> + a rdft:TestNTriplesPositiveSyntax ; + mf:action <test-nt-syntax-blank-dot.nt> ; + mf:name "test-nt-syntax-blank-dot" . + <#test-nt-syntax-dot-end> a rdft:TestNQuadsPositiveSyntax ; mf:action <test-nt-syntax-dot-end.nt> ; mf:name "test-nt-syntax-dot-end" . +<#test-nt-syntax-eof-after-blank-dot> + a rdft:TestNTriplesPositiveSyntax ; + mf:action <test-nt-syntax-eof-after-blank-dot.nt> ; + mf:name "test-nt-syntax-eof-after-blank-dot" . + +<#test-nt-syntax-eol-cr> + a rdft:TestNTriplesPositiveSyntax ; + mf:action <test-nt-syntax-eol-cr.nt> ; + mf:name "test-nt-syntax-eol-cr" . + +<#test-nt-syntax-eol-crlf> + a rdft:TestNTriplesPositiveSyntax ; + mf:action <test-nt-syntax-eol-crlf.nt> ; + mf:name "test-nt-syntax-eol-crlf" . + +<#test-nt-syntax-eol-lf> + a rdft:TestNTriplesPositiveSyntax ; + mf:action <test-nt-syntax-eol-lf.nt> ; + mf:name "test-nt-syntax-eol-lf" . + +<#test-nt-syntax-eol-lfcr> + a rdft:TestNTriplesPositiveSyntax ; + mf:action <test-nt-syntax-eol-lfcr.nt> ; + mf:name "test-nt-syntax-eol-lfcr" . + <#test-out-of-range-unicode> a rdft:TestTurtleEval ; mf:action <test-out-of-range-unicode.ttl> ; |