diff options
author | David Robillard <d@drobilla.net> | 2014-12-17 05:51:52 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-12-17 05:51:52 +0000 |
commit | 771c018cd64743a4f16ec5bc5cf23b2b74331b69 (patch) | |
tree | e122b8c0a0f52e29d706fdbf73475e92cb714cc1 /tests/good | |
parent | 5ecf01d05c20b068a85c61c4cd2b77be86a6dfae (diff) | |
download | serd-771c018cd64743a4f16ec5bc5cf23b2b74331b69.tar.gz serd-771c018cd64743a4f16ec5bc5cf23b2b74331b69.tar.bz2 serd-771c018cd64743a4f16ec5bc5cf23b2b74331b69.zip |
Add test for statements ending with a blank then dot with no space.
git-svn-id: http://svn.drobilla.net/serd/trunk@484 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'tests/good')
-rw-r--r-- | tests/good/test-blankdot.nt | 1 | ||||
-rw-r--r-- | tests/good/test-blankdot.ttl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/good/test-blankdot.nt b/tests/good/test-blankdot.nt new file mode 100644 index 00000000..9d4b769b --- /dev/null +++ b/tests/good/test-blankdot.nt @@ -0,0 +1 @@ +<http://example.org/subject> <http://example.org/predicate> _:c . diff --git a/tests/good/test-blankdot.ttl b/tests/good/test-blankdot.ttl new file mode 100644 index 00000000..a6ee7234 --- /dev/null +++ b/tests/good/test-blankdot.ttl @@ -0,0 +1 @@ +<http://example.org/subject> <http://example.org/predicate> _:c. |