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/manifest.ttl | |
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/manifest.ttl')
-rw-r--r-- | tests/good/manifest.ttl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/good/manifest.ttl b/tests/good/manifest.ttl index 8bca9738..72012bbc 100644 --- a/tests/good/manifest.ttl +++ b/tests/good/manifest.ttl @@ -28,6 +28,7 @@ <#test-cr> <#test-delete> <#test-digit-start-pname> + <#test-empty-path-base> <#test-empty> <#test-eof-at-page-end> <#test-escapes> @@ -178,6 +179,12 @@ mf:action <test-digit-start-pname.ttl> ; mf:result <test-digit-start-pname.nt> . +<#test-empty-path-base> + rdf:type rdft:TestTurtleEval ; + mf:name "test-empty-path-base" ; + mf:action <test-empty-path-base.ttl> ; + mf:result <test-empty-path-base.nt> . + <#test-empty> rdf:type rdft:TestTurtleEval ; mf:name "test-empty" ; |