From 35b439b93c968356915b856dd8f77df9dad11cda Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 11 Nov 2018 13:59:57 +0100 Subject: Add test for writing URIs that can not be shortened --- 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 72012bbc..15897f9d 100644 --- a/tests/good/manifest.ttl +++ b/tests/good/manifest.ttl @@ -42,6 +42,7 @@ <#test-list> <#test-long-string> <#test-no-spaces> + <#test-non-curie-uri> <#test-num> <#test-out-of-range-unicode> <#test-prefix> @@ -263,6 +264,12 @@ mf:action ; mf:result . +<#test-non-curie-uri> + rdf:type rdft:TestTurtleEval ; + mf:name "test-non-curie-uri" ; + mf:action ; + mf:result . + <#test-num> rdf:type rdft:TestTurtleEval ; mf:name "test-num" ; -- cgit v1.2.1