aboutsummaryrefslogtreecommitdiffstats
path: root/test/lax/manifest.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-04-03 09:00:12 -0400
committerDavid Robillard <d@drobilla.net>2023-04-05 09:45:15 -0400
commit08a09191dd69e66aa56822383e84fe034d59dd3f (patch)
tree36048566f68bf46b8ad6b52925e0fac30f9f38fa /test/lax/manifest.ttl
parentf1adf9a4999d80d26314565d0c1f49c4471e5851 (diff)
downloadserd-08a09191dd69e66aa56822383e84fe034d59dd3f.tar.gz
serd-08a09191dd69e66aa56822383e84fe034d59dd3f.tar.bz2
serd-08a09191dd69e66aa56822383e84fe034d59dd3f.zip
Separate test suites and simplify licensing metadata
Diffstat (limited to 'test/lax/manifest.ttl')
-rw-r--r--test/lax/manifest.ttl32
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> .
-