aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lax/test-bad-utf8.nt
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-11-25 16:12:23 +0100
committerDavid Robillard <d@drobilla.net>2019-04-13 19:48:23 +0200
commit3b1252125ca66387f904ce107fb4c6130d5c582d (patch)
tree2407cdb6f3c372286895e767c58153f6f02bbe5b /tests/lax/test-bad-utf8.nt
parente320bb53e58314fb2f04d514fc68202efcb52f3e (diff)
downloadserd-3b1252125ca66387f904ce107fb4c6130d5c582d.tar.gz
serd-3b1252125ca66387f904ce107fb4c6130d5c582d.tar.bz2
serd-3b1252125ca66387f904ce107fb4c6130d5c582d.zip
Add separate test suite for lax syntax tests
Diffstat (limited to 'tests/lax/test-bad-utf8.nt')
-rw-r--r--tests/lax/test-bad-utf8.nt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/lax/test-bad-utf8.nt b/tests/lax/test-bad-utf8.nt
new file mode 100644
index 00000000..6d73993d
--- /dev/null
+++ b/tests/lax/test-bad-utf8.nt
@@ -0,0 +1,3 @@
+<http://example.org/thing> <http://example.org/comment> "Impossible bytes: \uFFFD \uFFFD" .
+<http://example.org/thing> <http://example.org/comment> "2 continuation bytes: \uFFFD" .
+<http://example.org/thing> <http://example.org/comment> "Missing continuation: \uFFFD" .