From a230bac3a01365911acb89312a21ce186be6efe1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 12 Dec 2011 02:44:39 +0000 Subject: Remove branch for EOF detection in eat_byte. git-svn-id: http://svn.drobilla.net/serd/trunk@251 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- tests/bad-eof-in-blank.ttl | 3 +++ tests/bad-eof-in-list.ttl | 3 +++ tests/bad-eof-in-string.ttl | 3 +++ tests/bad-eof-in-uri.ttl | 3 +++ 4 files changed, 12 insertions(+) create mode 100644 tests/bad-eof-in-blank.ttl create mode 100644 tests/bad-eof-in-list.ttl create mode 100644 tests/bad-eof-in-string.ttl create mode 100644 tests/bad-eof-in-uri.ttl (limited to 'tests') 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: . + +<> 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: . + +<> 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: . + +<> 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: . + +<> eg:uri