diff options
author | David Robillard <d@drobilla.net> | 2018-07-30 19:30:34 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-07-30 19:31:03 +0200 |
commit | 3267bb312f50746202226d29cc196bb47941e4d5 (patch) | |
tree | ff7de7db894279e73090d46c57313f994b7139e8 /tests/good/test-empty-path-base.nt | |
parent | 8acc3319d2df2dbd2490843e1d49439ee20a0780 (diff) | |
download | serd-3267bb312f50746202226d29cc196bb47941e4d5.tar.gz serd-3267bb312f50746202226d29cc196bb47941e4d5.tar.bz2 serd-3267bb312f50746202226d29cc196bb47941e4d5.zip |
Fix resolving some URIs against base URIs with no trailing slash
Diffstat (limited to 'tests/good/test-empty-path-base.nt')
-rw-r--r-- | tests/good/test-empty-path-base.nt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/good/test-empty-path-base.nt b/tests/good/test-empty-path-base.nt new file mode 100644 index 00000000..9ad50617 --- /dev/null +++ b/tests/good/test-empty-path-base.nt @@ -0,0 +1 @@ +<http://example.org/instance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/Thing> . |