aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test-uri.out1
-rw-r--r--tests/test-uri.ttl1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-uri.out b/tests/test-uri.out
index 8fd5dd87..6c56f594 100644
--- a/tests/test-uri.out
+++ b/tests/test-uri.out
@@ -40,5 +40,6 @@
<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://a/> <http://www.w3.org/2002/07/owl#sameAs> <http://a/> .
<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 8e4f5102..cf43a38b 100644
--- a/tests/test-uri.ttl
+++ b/tests/test-uri.ttl
@@ -57,6 +57,7 @@
<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> .
+<../../../../../../> owl:sameAs <http://a/> .
@base <http://B?bquery> .