aboutsummaryrefslogtreecommitdiffstats
path: root/test/good
diff options
context:
space:
mode:
Diffstat (limited to 'test/good')
-rw-r--r--test/good/test-uri.ttl6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/good/test-uri.ttl b/test/good/test-uri.ttl
index b6a8d967..641d6bcf 100644
--- a/test/good/test-uri.ttl
+++ b/test/good/test-uri.ttl
@@ -49,10 +49,10 @@
<g?y/../x> owl:sameAs <http://a/b/c/g?y/../x> .
<g#s/./x> owl:sameAs <http://a/b/c/g#s/./x> .
<g#s/../x> owl:sameAs <http://a/b/c/g#s/../x> .
-
+
# Additional tests for Serd
-</.g> owl:sameAs <http://a/.g> .
-</..g> owl:sameAs <http://a/..g> .
+</.g> owl:sameAs <http://a/.g> .
+</..g> owl:sameAs <http://a/..g> .
<http://A?aquery> owl:sameAs <http://A?aquery> .
<http://A#afragment> owl:sameAs <http://A#afragment> .
<?aquery> owl:sameAs <http://a/b/c/d;p?aquery> .