diff options
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" ; |