From 459886c42ed114d951a3cf3d1f61d02ec90456b5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 9 Jun 2024 18:48:36 -0400 Subject: Add missing entries to "good" test manifest --- test/extra/good/manifest.ttl | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) (limited to 'test/extra') 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-nq-syntax-eof-after-blank-dot> - a rdft:TestNTriplesPositiveSyntax ; - mf:action ; - mf:name "test-nq-syntax-eof-after-blank-dot" . - <#test-nq-syntax-all-rules> a rdft:TestNQuadsPositiveSyntax ; mf:action ; @@ -234,6 +231,11 @@ mf:action ; mf:name "test-nq-syntax-dot-end" . +<#test-nq-syntax-eof-after-blank-dot> + a rdft:TestNTriplesPositiveSyntax ; + mf:action ; + mf:name "test-nq-syntax-eof-after-blank-dot" . + <#test-nq-syntax-eol-cr> a rdft:TestNTriplesPositiveSyntax ; mf:action ; @@ -330,6 +332,16 @@ mf:name "test-string-escapes" ; mf:result . +<#test-trig-syntax-all-rules> + a rdft:TestTrigPositiveSyntax ; + mf:action ; + mf:name "test-trig-syntax-all-rules" . + +<#test-ttl-syntax-all-rules> + a rdft:TestTurtlePositiveSyntax ; + mf:action ; + mf:name "test-ttl-syntax-all-rules" . + <#test-uri> a rdft:TestTurtleEval ; mf:action ; -- cgit v1.2.1