diff options
author | David Robillard <d@drobilla.net> | 2018-11-11 13:59:57 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-11-11 13:59:57 +0100 |
commit | 35b439b93c968356915b856dd8f77df9dad11cda (patch) | |
tree | 6d742fd11534377a18e699b3cab82da74a8b2e3d /tests/good/manifest.ttl | |
parent | 7b55df3f32060bdccb6fcb679472f11dba54e66e (diff) | |
download | serd-35b439b93c968356915b856dd8f77df9dad11cda.tar.gz serd-35b439b93c968356915b856dd8f77df9dad11cda.tar.bz2 serd-35b439b93c968356915b856dd8f77df9dad11cda.zip |
Add test for writing URIs that can not be shortened
Diffstat (limited to 'tests/good/manifest.ttl')
-rw-r--r-- | tests/good/manifest.ttl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/good/manifest.ttl b/tests/good/manifest.ttl index 72012bbc..15897f9d 100644 --- a/tests/good/manifest.ttl +++ b/tests/good/manifest.ttl @@ -42,6 +42,7 @@ <#test-list> <#test-long-string> <#test-no-spaces> + <#test-non-curie-uri> <#test-num> <#test-out-of-range-unicode> <#test-prefix> @@ -263,6 +264,12 @@ mf:action <test-no-spaces.ttl> ; mf:result <test-no-spaces.nt> . +<#test-non-curie-uri> + rdf:type rdft:TestTurtleEval ; + mf:name "test-non-curie-uri" ; + mf:action <test-non-curie-uri.ttl> ; + mf:result <test-non-curie-uri.nt> . + <#test-num> rdf:type rdft:TestTurtleEval ; mf:name "test-num" ; |