From 3267bb312f50746202226d29cc196bb47941e4d5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 30 Jul 2018 19:30:34 +0200 Subject: Fix resolving some URIs against base URIs with no trailing slash --- tests/good/manifest.ttl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/good/manifest.ttl') 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 ; mf:result . +<#test-empty-path-base> + rdf:type rdft:TestTurtleEval ; + mf:name "test-empty-path-base" ; + mf:action ; + mf:result . + <#test-empty> rdf:type rdft:TestTurtleEval ; mf:name "test-empty" ; -- cgit v1.2.1