aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lax/test-bad-utf8.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-11-25 16:12:23 +0100
committerDavid Robillard <d@drobilla.net>2018-11-25 22:12:48 +0100
commit61f44d803f7b197c83547927ef86329d9a13c5d2 (patch)
tree46204e933b723af524caae17f1a8d7d68824818b /tests/lax/test-bad-utf8.ttl
parent962461099bbfe8ee5a2f0de66e74567b8f58e4b7 (diff)
downloadserd-61f44d803f7b197c83547927ef86329d9a13c5d2.tar.gz
serd-61f44d803f7b197c83547927ef86329d9a13c5d2.tar.bz2
serd-61f44d803f7b197c83547927ef86329d9a13c5d2.zip
Add separate test suite for lax syntax tests
Diffstat (limited to 'tests/lax/test-bad-utf8.ttl')
-rw-r--r--tests/lax/test-bad-utf8.ttl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/lax/test-bad-utf8.ttl b/tests/lax/test-bad-utf8.ttl
new file mode 100644
index 00000000..2c105f5b
--- /dev/null
+++ b/tests/lax/test-bad-utf8.ttl
@@ -0,0 +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: À" .