diff options
author | David Robillard <d@drobilla.net> | 2013-03-03 06:34:04 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-03-03 06:34:04 +0000 |
commit | c7fb2c971e587dedb7151443f6424bee8235b333 (patch) | |
tree | d25a7db489aab2ea0aa7516ac9a228d37c4e1ac2 /tests/good/test-escapes.ttl | |
parent | 27f9c0f0e2768785bcadfc83bc1a18ca54f1f24d (diff) | |
download | serd-c7fb2c971e587dedb7151443f6424bee8235b333.tar.gz serd-c7fb2c971e587dedb7151443f6424bee8235b333.tar.bz2 serd-c7fb2c971e587dedb7151443f6424bee8235b333.zip |
Pass negative eval tests (reject invalid escaped URI characters).
git-svn-id: http://svn.drobilla.net/serd/trunk@430 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'tests/good/test-escapes.ttl')
-rw-r--r-- | tests/good/test-escapes.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/good/test-escapes.ttl b/tests/good/test-escapes.ttl index 9898e883..e30222e7 100644 --- a/tests/good/test-escapes.ttl +++ b/tests/good/test-escapes.ttl @@ -1,2 +1,2 @@ <http://example.org/thing> <http://example.org/comment> "\\\r\n\t" . -<http://example.org/thing> <http://example.org/comment> <http://example.org/\u003E> .
\ No newline at end of file +<http://example.org/thing> <http://example.org/comment> <http://example.org/\u005C> . |