aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/bad-eof-in-blank.ttl3
-rw-r--r--tests/bad-eof-in-list.ttl3
-rw-r--r--tests/bad-eof-in-string.ttl3
-rw-r--r--tests/bad-eof-in-uri.ttl3
4 files changed, 12 insertions, 0 deletions
diff --git a/tests/bad-eof-in-blank.ttl b/tests/bad-eof-in-blank.ttl
new file mode 100644
index 00000000..08c13ae9
--- /dev/null
+++ b/tests/bad-eof-in-blank.ttl
@@ -0,0 +1,3 @@
+@prefix eg: <http://example.org> .
+
+<> eg:thing [ eg:comment "Thing" \ No newline at end of file
diff --git a/tests/bad-eof-in-list.ttl b/tests/bad-eof-in-list.ttl
new file mode 100644
index 00000000..ca6c352f
--- /dev/null
+++ b/tests/bad-eof-in-list.ttl
@@ -0,0 +1,3 @@
+@prefix eg: <http://example.org> .
+
+<> eg:thing ( eg:car eg:cdr \ No newline at end of file
diff --git a/tests/bad-eof-in-string.ttl b/tests/bad-eof-in-string.ttl
new file mode 100644
index 00000000..d3a1aa55
--- /dev/null
+++ b/tests/bad-eof-in-string.ttl
@@ -0,0 +1,3 @@
+@prefix eg: <http://example.org> .
+
+<> eg:comment "This is the string that never ends \ No newline at end of file
diff --git a/tests/bad-eof-in-uri.ttl b/tests/bad-eof-in-uri.ttl
new file mode 100644
index 00000000..9bd2a64d
--- /dev/null
+++ b/tests/bad-eof-in-uri.ttl
@@ -0,0 +1,3 @@
+@prefix eg: <http://example.org> .
+
+<> eg:uri <http://example.org/dontstop \ No newline at end of file