From 37723be4c8b49b785c40fe5ccd34edbc7c018e1b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 7 Feb 2024 18:51:15 -0500 Subject: Fix parsing NQuads lines with no space before the final dot --- test/extra/good/manifest.ttl | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'test/extra/good/manifest.ttl') diff --git a/test/extra/good/manifest.ttl b/test/extra/good/manifest.ttl index 24b301e9..5f4e8761 100644 --- a/test/extra/good/manifest.ttl +++ b/test/extra/good/manifest.ttl @@ -31,6 +31,8 @@ <#test-long-utf8> <#test-no-spaces> <#test-non-curie-uri> + <#test-nq-syntax-dot-end> + <#test-nt-syntax-dot-end> <#test-out-of-range-unicode> <#test-prefix> <#test-quote-escapes> @@ -191,6 +193,16 @@ mf:name "test-non-curie-uri" ; mf:result . +<#test-nq-syntax-dot-end> + a rdft:TestNQuadsPositiveSyntax ; + mf:action ; + mf:name "test-nq-syntax-dot-end" . + +<#test-nt-syntax-dot-end> + a rdft:TestNQuadsPositiveSyntax ; + mf:action ; + mf:name "test-nt-syntax-dot-end" . + <#test-out-of-range-unicode> a rdft:TestTurtleEval ; mf:action ; -- cgit v1.2.1