aboutsummaryrefslogtreecommitdiffstats
path: root/test/extra/good/manifest.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-02-07 18:51:15 -0500
committerDavid Robillard <d@drobilla.net>2024-03-08 17:13:28 -0500
commit37723be4c8b49b785c40fe5ccd34edbc7c018e1b (patch)
tree4c784a3384c2574b5eb89f2b3efc90132b202aa5 /test/extra/good/manifest.ttl
parent9caf3ec7c867795c475a42c72c6a4aa3f41104b7 (diff)
downloadserd-37723be4c8b49b785c40fe5ccd34edbc7c018e1b.tar.gz
serd-37723be4c8b49b785c40fe5ccd34edbc7c018e1b.tar.bz2
serd-37723be4c8b49b785c40fe5ccd34edbc7c018e1b.zip
Fix parsing NQuads lines with no space before the final dot
Diffstat (limited to 'test/extra/good/manifest.ttl')
-rw-r--r--test/extra/good/manifest.ttl12
1 files changed, 12 insertions, 0 deletions
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-non-curie-uri.nt> .
+<#test-nq-syntax-dot-end>
+ a rdft:TestNQuadsPositiveSyntax ;
+ mf:action <test-nq-syntax-dot-end.nq> ;
+ mf:name "test-nq-syntax-dot-end" .
+
+<#test-nt-syntax-dot-end>
+ a rdft:TestNQuadsPositiveSyntax ;
+ mf:action <test-nt-syntax-dot-end.nt> ;
+ mf:name "test-nt-syntax-dot-end" .
+
<#test-out-of-range-unicode>
a rdft:TestTurtleEval ;
mf:action <test-out-of-range-unicode.ttl> ;