aboutsummaryrefslogtreecommitdiffstats
path: root/test/extra
diff options
context:
space:
mode:
Diffstat (limited to 'test/extra')
-rw-r--r--test/extra/good/manifest.ttl12
-rw-r--r--test/extra/good/test-nq-syntax-dot-end.nq5
-rw-r--r--test/extra/good/test-nt-syntax-dot-end.nt5
3 files changed, 22 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> ;
diff --git a/test/extra/good/test-nq-syntax-dot-end.nq b/test/extra/good/test-nq-syntax-dot-end.nq
new file mode 100644
index 00000000..862e326c
--- /dev/null
+++ b/test/extra/good/test-nq-syntax-dot-end.nq
@@ -0,0 +1,5 @@
+<http://example/s> <http://example/p> _:o _:g .
+<http://example/s> <http://example/p> _:o _:g .
+<http://example/s> <http://example/p> _:o _:h.
+<http://example/s> <http://example/p> _:o _:h.
+<http://example/s> <http://example/p> _:o _:what.how. \ No newline at end of file
diff --git a/test/extra/good/test-nt-syntax-dot-end.nt b/test/extra/good/test-nt-syntax-dot-end.nt
new file mode 100644
index 00000000..f4e3b874
--- /dev/null
+++ b/test/extra/good/test-nt-syntax-dot-end.nt
@@ -0,0 +1,5 @@
+<http://example/s> <http://example/p> _:o .
+<http://example/s> <http://example/p> _:o .
+<http://example/s> <http://example/p> _:o.
+<http://example/s> <http://example/p> _:o.
+<http://example/s> <http://example/p> _:what.how. \ No newline at end of file