aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-06-09 18:48:36 -0400
committerDavid Robillard <d@drobilla.net>2024-06-09 19:03:59 -0400
commit459886c42ed114d951a3cf3d1f61d02ec90456b5 (patch)
tree0dad504ec9b574939f63b73f04385a703f3a0ec2 /test
parentc57e92c6eeb715f0caa6c4799a7a1e54e49fc62f (diff)
downloadserd-459886c42ed114d951a3cf3d1f61d02ec90456b5.tar.gz
serd-459886c42ed114d951a3cf3d1f61d02ec90456b5.tar.bz2
serd-459886c42ed114d951a3cf3d1f61d02ec90456b5.zip
Add missing entries to "good" test manifest
Diffstat (limited to 'test')
-rw-r--r--test/extra/good/manifest.ttl24
1 files changed, 18 insertions, 6 deletions
diff --git a/test/extra/good/manifest.ttl b/test/extra/good/manifest.ttl
index c464d700..5e7458ec 100644
--- a/test/extra/good/manifest.ttl
+++ b/test/extra/good/manifest.ttl
@@ -35,7 +35,7 @@
<#test-non-curie-uri>
<#test-nq-syntax-all-rules>
<#test-nq-syntax-dot-end>
- <#test-nq-syntax-eof-after-blank-dot>
+ <#test-nt-syntax-all-rules>
<#test-nq-syntax-eol-cr>
<#test-nq-syntax-eol-crlf>
<#test-nq-syntax-eol-lf>
@@ -54,6 +54,8 @@
<#test-semi-dot>
<#test-several-eaten-dots>
<#test-string-escapes>
+ <#test-trig-syntax-all-rules>
+ <#test-ttl-syntax-all-rules>
<#test-uri>
) .
@@ -219,11 +221,6 @@
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-all-rules>
a rdft:TestNQuadsPositiveSyntax ;
mf:action <test-nq-syntax-all-rules.nq> ;
@@ -234,6 +231,11 @@
mf:action <test-nq-syntax-dot-end.nq> ;
mf:name "test-nq-syntax-dot-end" .
+<#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-eol-cr>
a rdft:TestNTriplesPositiveSyntax ;
mf:action <test-nq-syntax-eol-cr.nq> ;
@@ -330,6 +332,16 @@
mf:name "test-string-escapes" ;
mf:result <test-string-escapes.nt> .
+<#test-trig-syntax-all-rules>
+ a rdft:TestTrigPositiveSyntax ;
+ mf:action <test-trig-syntax-all-rules.trig> ;
+ mf:name "test-trig-syntax-all-rules" .
+
+<#test-ttl-syntax-all-rules>
+ a rdft:TestTurtlePositiveSyntax ;
+ mf:action <test-ttl-syntax-all-rules.ttl> ;
+ mf:name "test-ttl-syntax-all-rules" .
+
<#test-uri>
a rdft:TestTurtleEval ;
mf:action <test-uri.ttl> ;