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 e3299aad..8bca9738 100644 --- a/tests/good/manifest.ttl +++ b/tests/good/manifest.ttl @@ -33,6 +33,7 @@ <#test-escapes> <#test-ext-namedblank-iri> <#test-ext-namedblank-prefix> + <#test-form-feed> <#test-id> <#test-lang> <#test-list-in-blank> @@ -207,6 +208,12 @@ mf:action <test-ext-namedblank-prefix.ttl> ; mf:result <test-ext-namedblank-prefix.nt> . +<#test-form-feed> + rdf:type rdft:TestTurtleEval ; + mf:name "test-form-feed" ; + mf:action <test-form-feed.ttl> ; + mf:result <test-form-feed.nt> . + <#test-id> rdf:type rdft:TestTurtleEval ; mf:name "test-id" ; |