From daf4a7574d1977567c3da3d7fa561710139eb052 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 29 Jun 2021 18:16:44 -0400 Subject: Factor out NQuads reader --- test/lax/manifest.ttl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test/lax/manifest.ttl') diff --git a/test/lax/manifest.ttl b/test/lax/manifest.ttl index 0d370f42..4342471c 100644 --- a/test/lax/manifest.ttl +++ b/test/lax/manifest.ttl @@ -9,6 +9,7 @@ mf:entries ( <#test-bad-string-ttl> <#test-bad-string-nt> + <#test-bad-string-nq> <#test-bad-uri-ttl> <#test-bad-uri-nt> <#test-bad-uri-nq> @@ -31,6 +32,12 @@ mf:action ; mf:result . +<#test-bad-string-nq> + rdf:type rdft:TestNQuadsNegativeSynqax ; + mf:name "test-bad-string-nq" ; + mf:action ; + mf:result . + <#test-bad-uri-ttl> rdf:type rdft:TestTurtleNegativeSyntax ; mf:name "test-bad-uri-ttl" ; -- cgit v1.2.1