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>2019-01-05 17:12:38 +0100
commitd493841ad1ae145db53b04d4d8eeb21fe6a2a438 (patch)
treedb59efac99d81fec4d2be12756b28d46883a307f /tests/lax/test-bad-utf8.ttl
parenta061646f3a87e9e3729b4ac1f4dee2a88d0c8f5b (diff)
downloadserd-d493841ad1ae145db53b04d4d8eeb21fe6a2a438.tar.gz
serd-d493841ad1ae145db53b04d4d8eeb21fe6a2a438.tar.bz2
serd-d493841ad1ae145db53b04d4d8eeb21fe6a2a438.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: À" .