From 771c018cd64743a4f16ec5bc5cf23b2b74331b69 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 17 Dec 2014 05:51:52 +0000 Subject: 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 --- tests/good/test-blankdot.nt | 1 + tests/good/test-blankdot.ttl | 1 + 2 files changed, 2 insertions(+) create mode 100644 tests/good/test-blankdot.nt create mode 100644 tests/good/test-blankdot.ttl 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 @@ + _: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 @@ + _:c. -- cgit v1.2.1