diff options
author | David Robillard <d@drobilla.net> | 2018-03-08 15:43:40 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-03-08 15:43:59 -0500 |
commit | f124a075ccc31285250872f93e9ff16ea865d4eb (patch) | |
tree | 2a0d6f7d3341782605674336b1a6e60b1bef63a2 /tests/good | |
parent | b336b464087f5c2199999020ab810be9977f6d7c (diff) | |
download | serd-f124a075ccc31285250872f93e9ff16ea865d4eb.tar.gz serd-f124a075ccc31285250872f93e9ff16ea865d4eb.tar.bz2 serd-f124a075ccc31285250872f93e9ff16ea865d4eb.zip |
Fix parsing local names that end with escaped dots
Diffstat (limited to 'tests/good')
-rw-r--r-- | tests/good/test-local-name-ends-with-dot.ttl | 3 |
1 files changed, 3 insertions, 0 deletions
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\. . |