diff options
author | David Robillard <d@drobilla.net> | 2011-12-25 02:13:27 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-12-25 02:13:27 +0000 |
commit | b2effabfc5d02bab56bae00e7aa138a42bd7d3b6 (patch) | |
tree | ba2e9ab5af305b9661fc4e0e79318b8c6676cb85 /tests/test-bad-utf8.ttl | |
parent | 2501f12f80c3eebed55e5b253ced5a29ac443949 (diff) | |
download | serd-b2effabfc5d02bab56bae00e7aa138a42bd7d3b6.tar.gz serd-b2effabfc5d02bab56bae00e7aa138a42bd7d3b6.tar.bz2 serd-b2effabfc5d02bab56bae00e7aa138a42bd7d3b6.zip |
100% test coverage.
git-svn-id: http://svn.drobilla.net/serd/trunk@276 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'tests/test-bad-utf8.ttl')
-rw-r--r-- | tests/test-bad-utf8.ttl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-bad-utf8.ttl b/tests/test-bad-utf8.ttl index e3c9ae81..2c105f5b 100644 --- a/tests/test-bad-utf8.ttl +++ b/tests/test-bad-utf8.ttl @@ -1,2 +1,3 @@ <http://example.org/thing> <http://example.org/comment> "Impossible bytes: þ ÿ" . <http://example.org/thing> <http://example.org/comment> "2 continuation bytes: €¿" . +<http://example.org/thing> <http://example.org/comment> "Missing continuation: À" . |