diff options
-rw-r--r-- | .reuse/dep5 | 2 | ||||
-rw-r--r-- | test/good/test-uri.ttl | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.reuse/dep5 b/.reuse/dep5 index 239debe5..53511c48 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -9,7 +9,7 @@ Comment: Standard test suites from the W3C (only required for testing) License: BSD-3-Clause Files: test/bad/* test/good/* test/lax/* -Copyright: 2011-2021 David Robillard <d@drobilla.net> +Copyright: 2011-2023 David Robillard <d@drobilla.net> Comment: Extra tests for serd (potential contributions to the W3C suites) License: BSD-3-Clause OR ISC 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> . |