diff options
author | David Robillard <d@drobilla.net> | 2023-04-05 17:26:04 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-12-02 16:27:02 -0500 |
commit | caa74939cba8b1cd357e553efca9bec5074b1c53 (patch) | |
tree | 0efa5edcd727686b3c32a29992fb4cfb502cb121 /test/extra/good/manifest.ttl | |
parent | b1d30dc791348eacd44ebd6a00d0cf166a9e1cf5 (diff) | |
download | serd-caa74939cba8b1cd357e553efca9bec5074b1c53.tar.gz serd-caa74939cba8b1cd357e553efca9bec5074b1c53.tar.bz2 serd-caa74939cba8b1cd357e553efca9bec5074b1c53.zip |
Remove support for reading Turtle named inline nodes extension
Diffstat (limited to 'test/extra/good/manifest.ttl')
-rw-r--r-- | test/extra/good/manifest.ttl | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/test/extra/good/manifest.ttl b/test/extra/good/manifest.ttl index 24b301e9..c8bfa6f8 100644 --- a/test/extra/good/manifest.ttl +++ b/test/extra/good/manifest.ttl @@ -23,8 +23,6 @@ <#test-double> <#test-empty-path-base> <#test-eof-at-page-end> - <#test-ext-namedblank-iri> - <#test-ext-namedblank-prefix> <#test-id> <#test-list-in-blank> <#test-list-subject> @@ -143,18 +141,6 @@ mf:name "test-eof-at-page-end" ; mf:result <test-eof-at-page-end.nt> . -<#test-ext-namedblank-iri> - a rdft:TestTurtleEval ; - mf:action <test-ext-namedblank-iri.ttl> ; - mf:name "test-ext-namedblank-iri" ; - mf:result <test-ext-namedblank-iri.nt> . - -<#test-ext-namedblank-prefix> - a rdft:TestTurtleEval ; - mf:action <test-ext-namedblank-prefix.ttl> ; - mf:name "test-ext-namedblank-prefix" ; - mf:result <test-ext-namedblank-prefix.nt> . - <#test-id> a rdft:TestTurtleEval ; mf:action <test-id.ttl> ; |