diff options
author | Thomas Tanon <thomas@pellissier-tanon.fr> | 2023-02-11 15:42:45 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-02-12 14:50:41 -0500 |
commit | 307a6634c0fe9e8f01e0e6d93bfc022ac82cbbab (patch) | |
tree | 0df710559c61e41c60967d73c6bae74349e91771 /test | |
parent | c7f85701199b42695ce78b28b120a3c56e114fd6 (diff) | |
download | serd-307a6634c0fe9e8f01e0e6d93bfc022ac82cbbab.tar.gz serd-307a6634c0fe9e8f01e0e6d93bfc022ac82cbbab.tar.bz2 serd-307a6634c0fe9e8f01e0e6d93bfc022ac82cbbab.zip |
Remove dead and redundant data from good test manifest
Diffstat (limited to 'test')
-rw-r--r-- | test/good/manifest.ttl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/good/manifest.ttl b/test/good/manifest.ttl index 1a482f2d..00009c4f 100644 --- a/test/good/manifest.ttl +++ b/test/good/manifest.ttl @@ -7,10 +7,7 @@ rdf:type mf:Manifest ; rdfs:comment "Serd good syntax test cases" ; mf:entries ( - <#test-14> <#base> - <#rdf-schema> - <#rdfs-namespace> <#test-14> <#test-15> <#test-16> @@ -56,11 +53,6 @@ <#UTF-8> ) . -<#test-14> - rdf:type rdft:TestTurtleEval ; - mf:name "test-14" ; - mf:action <test-14.ttl> . - <#base> rdf:type rdft:TestTurtleEval ; mf:name "base" ; |