aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test-uri.out2
-rw-r--r--tests/test-uri.ttl8
2 files changed, 10 insertions, 0 deletions
diff --git a/tests/test-uri.out b/tests/test-uri.out
index 6d717fdd..1517d2e4 100644
--- a/tests/test-uri.out
+++ b/tests/test-uri.out
@@ -25,3 +25,5 @@
<http://A#afragment> <http://www.w3.org/2002/07/owl#sameAs> <http://A#afragment> .
<http://a/b/c/d;p?aquery> <http://www.w3.org/2002/07/owl#sameAs> <http://a/b/c/d;p?aquery> .
<http://a/b/c/d;p?q#afragment> <http://www.w3.org/2002/07/owl#sameAs> <http://a/b/c/d;p?q#afragment> .
+<http://B/foo> <http://www.w3.org/2002/07/owl#sameAs> <http://B/foo> .
+<http://C/bar> <http://www.w3.org/2002/07/owl#sameAs> <http://C/bar> .
diff --git a/tests/test-uri.ttl b/tests/test-uri.ttl
index 4cae4157..22799360 100644
--- a/tests/test-uri.ttl
+++ b/tests/test-uri.ttl
@@ -34,3 +34,11 @@
<http://A#afragment> owl:sameAs <http://A#afragment> .
<?aquery> owl:sameAs <http://a/b/c/d;p?aquery> .
<#afragment> owl:sameAs <http://a/b/c/d;p?q#afragment> .
+
+@base <http://B?bquery> .
+
+</foo> owl:sameAs <http://B/foo> .
+
+@base <http://C#cfragment> .
+
+</bar> owl:sameAs <http://C/bar> .