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/test-non-curie-uri.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/test-non-curie-uri.ttl')
-rw-r--r-- | tests/good/test-non-curie-uri.ttl | 3 |
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.> . |