aboutsummaryrefslogtreecommitdiffstats
path: root/tests/good
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-12-17 05:51:52 +0000
committerDavid Robillard <d@drobilla.net>2014-12-17 05:51:52 +0000
commit771c018cd64743a4f16ec5bc5cf23b2b74331b69 (patch)
treee122b8c0a0f52e29d706fdbf73475e92cb714cc1 /tests/good
parent5ecf01d05c20b068a85c61c4cd2b77be86a6dfae (diff)
downloadserd-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.nt1
-rw-r--r--tests/good/test-blankdot.ttl1
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.