aboutsummaryrefslogtreecommitdiffstats
path: root/tests/good/test-non-curie-uri.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/test-non-curie-uri.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/test-non-curie-uri.ttl')
-rw-r--r--tests/good/test-non-curie-uri.ttl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/good/test-non-curie-uri.ttl b/tests/good/test-non-curie-uri.ttl
new file mode 100644
index 00000000..40734514
--- /dev/null
+++ b/tests/good/test-non-curie-uri.ttl
@@ -0,0 +1,3 @@
+@prefix eg: <http://example.org/> .
+
+eg:s eg:p <http://example.org/notacurie.> .