diff options
Diffstat (limited to 'test/lax/manifest.ttl')
-rw-r--r-- | test/lax/manifest.ttl | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/test/lax/manifest.ttl b/test/lax/manifest.ttl deleted file mode 100644 index 0cfdb776..00000000 --- a/test/lax/manifest.ttl +++ /dev/null @@ -1,32 +0,0 @@ -@prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> . -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . -@prefix rdft: <http://www.w3.org/ns/rdftest#> . - -<> - rdf:type mf:Manifest ; - rdfs:comment "Serd lax syntax test cases" ; - mf:entries ( - <#test-bad-string> - <#test-bad-uri> - <#test-bad-utf8> - ) . - -<#test-bad-string> - rdf:type rdft:TestTurtleNegativeSyntax ; - mf:name "test-bad-string" ; - mf:action <test-bad-string.ttl> ; - mf:result <test-bad-string.nt> . - -<#test-bad-uri> - rdf:type rdft:TestTurtleNegativeSyntax ; - mf:name "test-bad-uri" ; - mf:action <test-bad-uri.ttl> ; - mf:result <test-bad-uri.nt> . - -<#test-bad-utf8> - rdf:type rdft:TestTurtleNegativeSyntax ; - mf:name "test-bad-utf8" ; - mf:action <test-bad-utf8.ttl> ; - mf:result <test-bad-utf8.nt> . - |