diff options
author | David Robillard <d@drobilla.net> | 2021-07-22 15:26:22 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-12-02 18:49:08 -0500 |
commit | 5e4538756d601e6a941c5290777af95ea8848e1a (patch) | |
tree | 9868e188a48a528e9908fcf695147f75790c3a56 /test/extra/perfect/manifest.ttl | |
parent | 64024d0fa6a6dc048b2b846738846da597025f56 (diff) | |
download | serd-5e4538756d601e6a941c5290777af95ea8848e1a.tar.gz serd-5e4538756d601e6a941c5290777af95ea8848e1a.tar.bz2 serd-5e4538756d601e6a941c5290777af95ea8848e1a.zip |
[WIP] Preserve long or short quoting from input documents
Diffstat (limited to 'test/extra/perfect/manifest.ttl')
-rw-r--r-- | test/extra/perfect/manifest.ttl | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/test/extra/perfect/manifest.ttl b/test/extra/perfect/manifest.ttl index 572f55f2..66dd7547 100644 --- a/test/extra/perfect/manifest.ttl +++ b/test/extra/perfect/manifest.ttl @@ -10,13 +10,11 @@ <#test-decimal> <#test-delete-escape> <#test-empty> - <#test-escapes> <#test-exact-uri> <#test-form-feed-escape> <#test-integer> <#test-lang> <#test-list> - <#test-long-whitespace> <#test-triple> <#test-uri-escape> <#test-uri-query> @@ -48,12 +46,6 @@ mf:name "test-empty" ; mf:result <test-empty.nt> . -<#test-escapes> - a rdft:TestTurtleEval ; - mf:action <test-escapes.ttl> ; - mf:name "test-escapes" ; - mf:result <test-escapes.nt> . - <#test-exact-uri> a rdft:TestTurtleEval ; mf:action <test-exact-uri.ttl> ; @@ -84,12 +76,6 @@ mf:name "test-list" ; mf:result <test-list.nt> . -<#test-long-whitespace> - a rdft:TestTurtleEval ; - mf:action <test-long-whitespace.ttl> ; - mf:name "test-long-whitespace" ; - mf:result <test-long-whitespace.nt> . - <#test-triple> a rdft:TestTurtleEval ; mf:action <test-triple.ttl> ; |