diff options
author | David Robillard <d@drobilla.net> | 2018-05-10 16:15:20 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-05-27 12:09:26 +0200 |
commit | 120b99b1cb02f153ec6f4071a8071ac08cb9d074 (patch) | |
tree | ae91347fa29a7509104c44a172bf020ce1981c9d /tests/good/manifest.ttl | |
parent | 5dbedeebdc57603a0864798f32cf6c28264f76e5 (diff) | |
download | serd-120b99b1cb02f153ec6f4071a8071ac08cb9d074.tar.gz serd-120b99b1cb02f153ec6f4071a8071ac08cb9d074.tar.bz2 serd-120b99b1cb02f153ec6f4071a8071ac08cb9d074.zip |
Add test for writing form feeds in Turtle
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" ; |