From 120b99b1cb02f153ec6f4071a8071ac08cb9d074 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 10 May 2018 16:15:20 +0200 Subject: Add test for writing form feeds in Turtle --- 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 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 ; mf:result . +<#test-form-feed> + rdf:type rdft:TestTurtleEval ; + mf:name "test-form-feed" ; + mf:action ; + mf:result . + <#test-id> rdf:type rdft:TestTurtleEval ; mf:name "test-id" ; -- cgit v1.2.1