From f124a075ccc31285250872f93e9ff16ea865d4eb Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Thu, 8 Mar 2018 15:43:40 -0500
Subject: Fix parsing local names that end with escaped dots

---
 tests/good/test-local-name-ends-with-dot.ttl | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 tests/good/test-local-name-ends-with-dot.ttl

(limited to 'tests/good')

diff --git a/tests/good/test-local-name-ends-with-dot.ttl b/tests/good/test-local-name-ends-with-dot.ttl
new file mode 100644
index 00000000..e426876d
--- /dev/null
+++ b/tests/good/test-local-name-ends-with-dot.ttl
@@ -0,0 +1,3 @@
+@prefix eg: <http://example.org/> .
+
+eg:s eg:p eg:foo\. .
-- 
cgit v1.2.1