diff options
author | David Robillard <d@drobilla.net> | 2017-09-23 15:39:50 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-09-23 15:59:23 +0200 |
commit | 65f7c3f192622ad603e1e7b3af1a57b813586334 (patch) | |
tree | ac89d88fe9b82919ff01ec6225e1ee699650b0a1 /tests/bad/bad-char-in-local.ttl | |
parent | 45c7e97d70720d09653e421c870f607f8a67e747 (diff) | |
download | serd-65f7c3f192622ad603e1e7b3af1a57b813586334.tar.gz serd-65f7c3f192622ad603e1e7b3af1a57b813586334.tar.bz2 serd-65f7c3f192622ad603e1e7b3af1a57b813586334.zip |
Add missing tests for invalid characters in names
Diffstat (limited to 'tests/bad/bad-char-in-local.ttl')
-rw-r--r-- | tests/bad/bad-char-in-local.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bad/bad-char-in-local.ttl b/tests/bad/bad-char-in-local.ttl index 6ad4a1ca..973cc0a2 100644 --- a/tests/bad/bad-char-in-local.ttl +++ b/tests/bad/bad-char-in-local.ttl @@ -1,3 +1,3 @@ @prefix eg: <http://example.org/> . -eg:bad† <http://example.org/p> <http://example.org/o> . +eg:†bad <http://example.org/p> <http://example.org/o> . |