From f93c3fdd6c7d6ca61bec55d3c1ffae7e7c793913 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 29 Mar 2023 19:59:50 -0400 Subject: Fix relative URI creation --- test/pretty/manifest.ttl | 7 +++++++ test/pretty/relative-uris.ttl | 2 ++ 2 files changed, 9 insertions(+) create mode 100644 test/pretty/relative-uris.ttl (limited to 'test/pretty') diff --git a/test/pretty/manifest.ttl b/test/pretty/manifest.ttl index 1f653d65..69b951af 100644 --- a/test/pretty/manifest.ttl +++ b/test/pretty/manifest.ttl @@ -32,6 +32,7 @@ <#many-objects> <#named-graph> <#nested-list-object> + <#relative-uris> <#short-string-escapes> <#uri-escapes> <#nested-list-subject> @@ -193,6 +194,12 @@ mf:name "nested-list-subject" ; mf:result . +<#relative-uris> + a rdft:TestTurtleEval ; + mf:action ; + mf:name "relative-uris" ; + mf:result . + <#short-string-escapes> a rdft:TestTurtleEval ; mf:action ; diff --git a/test/pretty/relative-uris.ttl b/test/pretty/relative-uris.ttl new file mode 100644 index 00000000..397c7cf7 --- /dev/null +++ b/test/pretty/relative-uris.ttl @@ -0,0 +1,2 @@ + + . -- cgit v1.2.1