diff options
author | David Robillard <d@drobilla.net> | 2020-11-13 15:21:06 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-11-13 15:21:06 +0100 |
commit | ce9ee54f217b662725d24ddc077f006b45dbdf43 (patch) | |
tree | a5f12c150a2638150628756f27cb20691aa19d32 /test/bad/bad-quote-in-uri.ttl | |
parent | 49bee1f121054802d7dc5f5a84ecde93d7002d20 (diff) | |
download | serd-ce9ee54f217b662725d24ddc077f006b45dbdf43.tar.gz serd-ce9ee54f217b662725d24ddc077f006b45dbdf43.tar.bz2 serd-ce9ee54f217b662725d24ddc077f006b45dbdf43.zip |
Add failure test for unescaped quotes in URIs
Diffstat (limited to 'test/bad/bad-quote-in-uri.ttl')
-rw-r--r-- | test/bad/bad-quote-in-uri.ttl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/bad/bad-quote-in-uri.ttl b/test/bad/bad-quote-in-uri.ttl new file mode 100644 index 00000000..30711241 --- /dev/null +++ b/test/bad/bad-quote-in-uri.ttl @@ -0,0 +1 @@ +<http://example.org/"s"> <http://example.org/p> <http://example.org/o> .
\ No newline at end of file |