diff options
author | David Robillard <d@drobilla.net> | 2011-12-27 17:30:36 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-12-27 17:30:36 +0000 |
commit | e0f18e34021004a19709f0c627db51af1a27afcf (patch) | |
tree | 7d6f7750da0868b1ee47559d7ac10bdb8d73fea8 /tests/bad-eof-in-escape.ttl | |
parent | f4b25c02971b82cd841d3f6f7afd020b97825226 (diff) | |
download | serd-e0f18e34021004a19709f0c627db51af1a27afcf.tar.gz serd-e0f18e34021004a19709f0c627db51af1a27afcf.tar.bz2 serd-e0f18e34021004a19709f0c627db51af1a27afcf.zip |
Warn on invalid unicode character and replace (fix #796).
git-svn-id: http://svn.drobilla.net/serd/trunk@279 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'tests/bad-eof-in-escape.ttl')
-rw-r--r-- | tests/bad-eof-in-escape.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bad-eof-in-escape.ttl b/tests/bad-eof-in-escape.ttl index d60acd15..d3af9c93 100644 --- a/tests/bad-eof-in-escape.ttl +++ b/tests/bad-eof-in-escape.ttl @@ -1,3 +1,3 @@ @prefix eg: <http://example.org> . -<> eg:comment """Hello""
\ No newline at end of file +<> eg:comment """\uA
\ No newline at end of file |