From 32da26f159e2d16218809ae3e2526ae85841787a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 29 Mar 2012 00:51:50 +0000 Subject: Don't break relative URIs with up-references when parsing a document with no base URI. git-svn-id: http://svn.drobilla.net/serd/trunk@342 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- tests/test-uri.out | 1 + tests/test-uri.ttl | 1 + 2 files changed, 2 insertions(+) (limited to 'tests') 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 @@ . . . + . . . 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 @@ owl:sameAs . owl:sameAs . <#afragment> owl:sameAs . +<../../../../../../> owl:sameAs . @base . -- cgit v1.2.1