diff options
author | David Robillard <d@drobilla.net> | 2017-08-28 12:42:50 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-08-28 12:43:18 +0200 |
commit | 91650728254f98e5949b28e3ad7bdac29047d2ae (patch) | |
tree | 087001506a78e952e33c3b3fefff8446d4b8233a /tests/bad/bad-semicolon-after-subject.ttl | |
parent | 1cd321825c52eddd4175cb4ec58ae8d7ad2da48d (diff) | |
download | serd-91650728254f98e5949b28e3ad7bdac29047d2ae.tar.gz serd-91650728254f98e5949b28e3ad7bdac29047d2ae.tar.bz2 serd-91650728254f98e5949b28e3ad7bdac29047d2ae.zip |
Report errors for prematurely terminated statements
Diffstat (limited to 'tests/bad/bad-semicolon-after-subject.ttl')
-rw-r--r-- | tests/bad/bad-semicolon-after-subject.ttl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bad/bad-semicolon-after-subject.ttl b/tests/bad/bad-semicolon-after-subject.ttl new file mode 100644 index 00000000..582c6ea0 --- /dev/null +++ b/tests/bad/bad-semicolon-after-subject.ttl @@ -0,0 +1 @@ +<http://example.org/s> ; <http://example.org/p> <http://example.org/o> . |