aboutsummaryrefslogtreecommitdiffstats
path: root/tests/good/test-base-nopath.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-10-27 19:21:50 +0100
committerDavid Robillard <d@drobilla.net>2019-10-27 22:40:34 +0100
commit8f7782ddaae00a88c6dc4cef23d2dc419763a286 (patch)
treecf89536fe87c68bfb84971587e55f5d7dd874f56 /tests/good/test-base-nopath.ttl
parentf0c5278f57b1ba231568f8b8fd6ff355b9622a09 (diff)
downloadserd-8f7782ddaae00a88c6dc4cef23d2dc419763a286.tar.gz
serd-8f7782ddaae00a88c6dc4cef23d2dc419763a286.tar.bz2
serd-8f7782ddaae00a88c6dc4cef23d2dc419763a286.zip
Add test case for base URI with no path
Diffstat (limited to 'tests/good/test-base-nopath.ttl')
-rw-r--r--tests/good/test-base-nopath.ttl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/good/test-base-nopath.ttl b/tests/good/test-base-nopath.ttl
new file mode 100644
index 00000000..8735936a
--- /dev/null
+++ b/tests/good/test-base-nopath.ttl
@@ -0,0 +1,3 @@
+@base <http://example.org> .
+
+<s> <p> <o> .