From d14a7d113628578b6ed065b08db6c92536f550bd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 10 Mar 2012 22:24:09 +0000 Subject: Add serd_writer_set_root_uri(), root parameter to serd_uri_serialise_relative(), and -r option to serdi, to enable writing URIs with up references (../) within a parent namespace. Resolve dot segments in serd_uri_resolve() instead of at write time. git-svn-id: http://svn.drobilla.net/serd/trunk@336 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- tests/test-base-query.ttl | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/test-base-query.ttl (limited to 'tests/test-base-query.ttl') diff --git a/tests/test-base-query.ttl b/tests/test-base-query.ttl new file mode 100644 index 00000000..77638817 --- /dev/null +++ b/tests/test-base-query.ttl @@ -0,0 +1,3 @@ +@base . + +<> a . \ No newline at end of file -- cgit v1.2.1