aboutsummaryrefslogtreecommitdiffstats
path: root/tests/good/manifest.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-11-11 13:59:57 +0100
committerDavid Robillard <d@drobilla.net>2018-11-11 13:59:57 +0100
commit35b439b93c968356915b856dd8f77df9dad11cda (patch)
tree6d742fd11534377a18e699b3cab82da74a8b2e3d /tests/good/manifest.ttl
parent7b55df3f32060bdccb6fcb679472f11dba54e66e (diff)
downloadserd-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.ttl7
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" ;