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 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 <test-no-spaces.ttl> ; mf:result <test-no-spaces.nt> . +<#test-non-curie-uri> + rdf:type rdft:TestTurtleEval ; + mf:name "test-non-curie-uri" ; + mf:action <test-non-curie-uri.ttl> ; + mf:result <test-non-curie-uri.nt> . + <#test-num> rdf:type rdft:TestTurtleEval ; mf:name "test-num" ; |