aboutsummaryrefslogtreecommitdiffstats
path: root/test/good/test-base-query.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-04-03 09:00:08 -0400
committerDavid Robillard <d@drobilla.net>2023-04-05 09:45:15 -0400
commit0535ad8cab467c922be226f971914a1a148b0f37 (patch)
treec7eeedbcafd3171d4913e55a638e5fada91ecebd /test/good/test-base-query.ttl
parent06ae14c8997200bbb3d4dbf0a83e1857d1f79895 (diff)
downloadserd-0535ad8cab467c922be226f971914a1a148b0f37.tar.gz
serd-0535ad8cab467c922be226f971914a1a148b0f37.tar.bz2
serd-0535ad8cab467c922be226f971914a1a148b0f37.zip
Improve test suite coverage
Diffstat (limited to 'test/good/test-base-query.ttl')
-rw-r--r--test/good/test-base-query.ttl9
1 files changed, 8 insertions, 1 deletions
diff --git a/test/good/test-base-query.ttl b/test/good/test-base-query.ttl
index 77638817..583dd610 100644
--- a/test/good/test-base-query.ttl
+++ b/test/good/test-base-query.ttl
@@ -1,3 +1,10 @@
@base <http://example.org/a/b/c/d;p?q> .
-<> a <http://example.org/Thing> . \ No newline at end of file
+<>
+ a <http://example.org/Base> .
+
+<child>
+ a <http://example.org/Child> .
+
+<http://example.org/a/b/x>
+ a <http://example.org/NonChild> .