aboutsummaryrefslogtreecommitdiffstats
path: root/test/extra/good/manifest.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-02-09 11:01:37 -0500
committerDavid Robillard <d@drobilla.net>2024-03-08 17:20:00 -0500
commitfb30a102ee544acf21d387fc99a31111262b6209 (patch)
treef73b5524bd2471a0079f81cf8244aae6efae4db9 /test/extra/good/manifest.ttl
parent66adb6e1cea6e1231723a41c60f0b9e650e20448 (diff)
downloadserd-fb30a102ee544acf21d387fc99a31111262b6209.tar.gz
serd-fb30a102ee544acf21d387fc99a31111262b6209.tar.bz2
serd-fb30a102ee544acf21d387fc99a31111262b6209.zip
Add tests with as many rules as possible in a single document
Diffstat (limited to 'test/extra/good/manifest.ttl')
-rw-r--r--test/extra/good/manifest.ttl12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/extra/good/manifest.ttl b/test/extra/good/manifest.ttl
index efef7f54..befe9451 100644
--- a/test/extra/good/manifest.ttl
+++ b/test/extra/good/manifest.ttl
@@ -31,12 +31,14 @@
<#test-long-utf8>
<#test-no-spaces>
<#test-non-curie-uri>
+ <#test-nq-syntax-all-rules>
<#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-all-rules>
<#test-nt-syntax-blank-dot>
<#test-nt-syntax-dot-end>
<#test-nt-syntax-eof-after-blank-dot>
@@ -209,6 +211,11 @@
mf:action <test-nq-syntax-eof-after-blank-dot.nq> ;
mf:name "test-nq-syntax-eof-after-blank-dot" .
+<#test-nq-syntax-all-rules>
+ a rdft:TestNQuadsPositiveSyntax ;
+ mf:action <test-nq-syntax-all-rules.nq> ;
+ mf:name "test-nq-syntax-all-rules" .
+
<#test-nq-syntax-dot-end>
a rdft:TestNQuadsPositiveSyntax ;
mf:action <test-nq-syntax-dot-end.nq> ;
@@ -234,6 +241,11 @@
mf:action <test-nq-syntax-eol-lfcr.nq> ;
mf:name "test-nq-syntax-eol-lfcr" .
+<#test-nt-syntax-all-rules>
+ a rdft:TestNTriplesPositiveSyntax ;
+ mf:action <test-nt-syntax-all-rules.nt> ;
+ mf:name "test-nt-syntax-all-rules" .
+
<#test-nt-syntax-blank-dot>
a rdft:TestNTriplesPositiveSyntax ;
mf:action <test-nt-syntax-blank-dot.nt> ;