aboutsummaryrefslogtreecommitdiffstats
path: root/test/extra/good
diff options
context:
space:
mode:
Diffstat (limited to 'test/extra/good')
-rw-r--r--test/extra/good/manifest.ttl66
-rw-r--r--test/extra/good/test-nq-syntax-eof-after-blank-dot.nq1
-rw-r--r--test/extra/good/test-nq-syntax-eol-cr.nq1
-rw-r--r--test/extra/good/test-nq-syntax-eol-crlf.nq7
-rw-r--r--test/extra/good/test-nq-syntax-eol-lf.nq7
-rw-r--r--test/extra/good/test-nq-syntax-eol-lfcr.nq8
-rw-r--r--test/extra/good/test-nt-syntax-blank-dot.nt1
-rw-r--r--test/extra/good/test-nt-syntax-eof-after-blank-dot.nt1
-rw-r--r--test/extra/good/test-nt-syntax-eol-cr.nt1
-rw-r--r--test/extra/good/test-nt-syntax-eol-crlf.nt7
-rw-r--r--test/extra/good/test-nt-syntax-eol-lf.nt7
-rw-r--r--test/extra/good/test-nt-syntax-eol-lfcr.nt8
12 files changed, 115 insertions, 0 deletions
diff --git a/test/extra/good/manifest.ttl b/test/extra/good/manifest.ttl
index 5f4e8761..efef7f54 100644
--- a/test/extra/good/manifest.ttl
+++ b/test/extra/good/manifest.ttl
@@ -32,7 +32,18 @@
<#test-no-spaces>
<#test-non-curie-uri>
<#test-nq-syntax-dot-end>
+ <#test-nq-syntax-eof-after-blank-dot>
+ <#test-nq-syntax-eol-cr>
+ <#test-nq-syntax-eol-crlf>
+ <#test-nq-syntax-eol-lf>
+ <#test-nq-syntax-eol-lfcr>
+ <#test-nt-syntax-blank-dot>
<#test-nt-syntax-dot-end>
+ <#test-nt-syntax-eof-after-blank-dot>
+ <#test-nt-syntax-eol-cr>
+ <#test-nt-syntax-eol-crlf>
+ <#test-nt-syntax-eol-lf>
+ <#test-nt-syntax-eol-lfcr>
<#test-out-of-range-unicode>
<#test-prefix>
<#test-quote-escapes>
@@ -193,16 +204,71 @@
mf:name "test-non-curie-uri" ;
mf:result <test-non-curie-uri.nt> .
+<#test-nq-syntax-eof-after-blank-dot>
+ a rdft:TestNTriplesPositiveSyntax ;
+ mf:action <test-nq-syntax-eof-after-blank-dot.nq> ;
+ mf:name "test-nq-syntax-eof-after-blank-dot" .
+
<#test-nq-syntax-dot-end>
a rdft:TestNQuadsPositiveSyntax ;
mf:action <test-nq-syntax-dot-end.nq> ;
mf:name "test-nq-syntax-dot-end" .
+<#test-nq-syntax-eol-cr>
+ a rdft:TestNTriplesPositiveSyntax ;
+ mf:action <test-nq-syntax-eol-cr.nq> ;
+ mf:name "test-nq-syntax-eol-cr" .
+
+<#test-nq-syntax-eol-crlf>
+ a rdft:TestNTriplesPositiveSyntax ;
+ mf:action <test-nq-syntax-eol-crlf.nq> ;
+ mf:name "test-nq-syntax-eol-crlf" .
+
+<#test-nq-syntax-eol-lf>
+ a rdft:TestNTriplesPositiveSyntax ;
+ mf:action <test-nq-syntax-eol-lf.nq> ;
+ mf:name "test-nq-syntax-eol-lf" .
+
+<#test-nq-syntax-eol-lfcr>
+ a rdft:TestNTriplesPositiveSyntax ;
+ mf:action <test-nq-syntax-eol-lfcr.nq> ;
+ mf:name "test-nq-syntax-eol-lfcr" .
+
+<#test-nt-syntax-blank-dot>
+ a rdft:TestNTriplesPositiveSyntax ;
+ mf:action <test-nt-syntax-blank-dot.nt> ;
+ mf:name "test-nt-syntax-blank-dot" .
+
<#test-nt-syntax-dot-end>
a rdft:TestNQuadsPositiveSyntax ;
mf:action <test-nt-syntax-dot-end.nt> ;
mf:name "test-nt-syntax-dot-end" .
+<#test-nt-syntax-eof-after-blank-dot>
+ a rdft:TestNTriplesPositiveSyntax ;
+ mf:action <test-nt-syntax-eof-after-blank-dot.nt> ;
+ mf:name "test-nt-syntax-eof-after-blank-dot" .
+
+<#test-nt-syntax-eol-cr>
+ a rdft:TestNTriplesPositiveSyntax ;
+ mf:action <test-nt-syntax-eol-cr.nt> ;
+ mf:name "test-nt-syntax-eol-cr" .
+
+<#test-nt-syntax-eol-crlf>
+ a rdft:TestNTriplesPositiveSyntax ;
+ mf:action <test-nt-syntax-eol-crlf.nt> ;
+ mf:name "test-nt-syntax-eol-crlf" .
+
+<#test-nt-syntax-eol-lf>
+ a rdft:TestNTriplesPositiveSyntax ;
+ mf:action <test-nt-syntax-eol-lf.nt> ;
+ mf:name "test-nt-syntax-eol-lf" .
+
+<#test-nt-syntax-eol-lfcr>
+ a rdft:TestNTriplesPositiveSyntax ;
+ mf:action <test-nt-syntax-eol-lfcr.nt> ;
+ mf:name "test-nt-syntax-eol-lfcr" .
+
<#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-eof-after-blank-dot.nq b/test/extra/good/test-nq-syntax-eof-after-blank-dot.nq
new file mode 100644
index 00000000..96bc144f
--- /dev/null
+++ b/test/extra/good/test-nq-syntax-eof-after-blank-dot.nq
@@ -0,0 +1 @@
+<http://example.org/s> <http://example.org/p> <http://example.org/g> _:blank. \ No newline at end of file
diff --git a/test/extra/good/test-nq-syntax-eol-cr.nq b/test/extra/good/test-nq-syntax-eol-cr.nq
new file mode 100644
index 00000000..a25f35f5
--- /dev/null
+++ b/test/extra/good/test-nq-syntax-eol-cr.nq
@@ -0,0 +1 @@
+ <http://example.org/s> <http://example.org/p> "1" . # line comment <http://example.org/s> <http://example.org/p> "2" . # trailing comment <http://example.org/s> <http://example.org/p> "3" . <http://example.org/s> <http://example.org/p> "4" . \ No newline at end of file
diff --git a/test/extra/good/test-nq-syntax-eol-crlf.nq b/test/extra/good/test-nq-syntax-eol-crlf.nq
new file mode 100644
index 00000000..3362a013
--- /dev/null
+++ b/test/extra/good/test-nq-syntax-eol-crlf.nq
@@ -0,0 +1,7 @@
+
+<http://example.org/s> <http://example.org/p> "1" .
+# line comment
+<http://example.org/s> <http://example.org/p> "2" . # trailing comment
+<http://example.org/s> <http://example.org/p> "3" .
+
+<http://example.org/s> <http://example.org/p> "4" .
diff --git a/test/extra/good/test-nq-syntax-eol-lf.nq b/test/extra/good/test-nq-syntax-eol-lf.nq
new file mode 100644
index 00000000..9979407c
--- /dev/null
+++ b/test/extra/good/test-nq-syntax-eol-lf.nq
@@ -0,0 +1,7 @@
+
+<http://example.org/s> <http://example.org/p> "1" .
+# line comment
+<http://example.org/s> <http://example.org/p> "2" . # trailing comment
+<http://example.org/s> <http://example.org/p> "3" .
+
+<http://example.org/s> <http://example.org/p> "4" .
diff --git a/test/extra/good/test-nq-syntax-eol-lfcr.nq b/test/extra/good/test-nq-syntax-eol-lfcr.nq
new file mode 100644
index 00000000..c006a463
--- /dev/null
+++ b/test/extra/good/test-nq-syntax-eol-lfcr.nq
@@ -0,0 +1,8 @@
+
+ <http://example.org/s> <http://example.org/p> "1" .
+ # line comment
+ <http://example.org/s> <http://example.org/p> "2" . # trailing comment
+ <http://example.org/s> <http://example.org/p> "3" .
+
+ <http://example.org/s> <http://example.org/p> "4" .
+ \ No newline at end of file
diff --git a/test/extra/good/test-nt-syntax-blank-dot.nt b/test/extra/good/test-nt-syntax-blank-dot.nt
new file mode 100644
index 00000000..2f92d779
--- /dev/null
+++ b/test/extra/good/test-nt-syntax-blank-dot.nt
@@ -0,0 +1 @@
+<http://example.org/s> <http://example.org/p> _:sparqley.blank .
diff --git a/test/extra/good/test-nt-syntax-eof-after-blank-dot.nt b/test/extra/good/test-nt-syntax-eof-after-blank-dot.nt
new file mode 100644
index 00000000..2d18185e
--- /dev/null
+++ b/test/extra/good/test-nt-syntax-eof-after-blank-dot.nt
@@ -0,0 +1 @@
+<http://example.org/s> <http://example.org/p> _:blank. \ No newline at end of file
diff --git a/test/extra/good/test-nt-syntax-eol-cr.nt b/test/extra/good/test-nt-syntax-eol-cr.nt
new file mode 100644
index 00000000..a25f35f5
--- /dev/null
+++ b/test/extra/good/test-nt-syntax-eol-cr.nt
@@ -0,0 +1 @@
+ <http://example.org/s> <http://example.org/p> "1" . # line comment <http://example.org/s> <http://example.org/p> "2" . # trailing comment <http://example.org/s> <http://example.org/p> "3" . <http://example.org/s> <http://example.org/p> "4" . \ No newline at end of file
diff --git a/test/extra/good/test-nt-syntax-eol-crlf.nt b/test/extra/good/test-nt-syntax-eol-crlf.nt
new file mode 100644
index 00000000..3362a013
--- /dev/null
+++ b/test/extra/good/test-nt-syntax-eol-crlf.nt
@@ -0,0 +1,7 @@
+
+<http://example.org/s> <http://example.org/p> "1" .
+# line comment
+<http://example.org/s> <http://example.org/p> "2" . # trailing comment
+<http://example.org/s> <http://example.org/p> "3" .
+
+<http://example.org/s> <http://example.org/p> "4" .
diff --git a/test/extra/good/test-nt-syntax-eol-lf.nt b/test/extra/good/test-nt-syntax-eol-lf.nt
new file mode 100644
index 00000000..9979407c
--- /dev/null
+++ b/test/extra/good/test-nt-syntax-eol-lf.nt
@@ -0,0 +1,7 @@
+
+<http://example.org/s> <http://example.org/p> "1" .
+# line comment
+<http://example.org/s> <http://example.org/p> "2" . # trailing comment
+<http://example.org/s> <http://example.org/p> "3" .
+
+<http://example.org/s> <http://example.org/p> "4" .
diff --git a/test/extra/good/test-nt-syntax-eol-lfcr.nt b/test/extra/good/test-nt-syntax-eol-lfcr.nt
new file mode 100644
index 00000000..c006a463
--- /dev/null
+++ b/test/extra/good/test-nt-syntax-eol-lfcr.nt
@@ -0,0 +1,8 @@
+
+ <http://example.org/s> <http://example.org/p> "1" .
+ # line comment
+ <http://example.org/s> <http://example.org/p> "2" . # trailing comment
+ <http://example.org/s> <http://example.org/p> "3" .
+
+ <http://example.org/s> <http://example.org/p> "4" .
+ \ No newline at end of file