aboutsummaryrefslogtreecommitdiffstats
path: root/test/lax/test-bad-utf8-nq-out.nq
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-07-13 14:39:11 -0400
committerDavid Robillard <d@drobilla.net>2022-01-14 19:37:51 -0500
commit45902fbbaa11e8c38944b38182afb92bc0641ec9 (patch)
tree982b4a33c8483273a4feb9364ec75107241e0470 /test/lax/test-bad-utf8-nq-out.nq
parent840139223c77dba90b5ef92537e6c982b000c196 (diff)
downloadserd-45902fbbaa11e8c38944b38182afb92bc0641ec9.tar.gz
serd-45902fbbaa11e8c38944b38182afb92bc0641ec9.tar.bz2
serd-45902fbbaa11e8c38944b38182afb92bc0641ec9.zip
Test lax NTriples parsing separately
Diffstat (limited to 'test/lax/test-bad-utf8-nq-out.nq')
-rw-r--r--test/lax/test-bad-utf8-nq-out.nq3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lax/test-bad-utf8-nq-out.nq b/test/lax/test-bad-utf8-nq-out.nq
new file mode 100644
index 00000000..6d73993d
--- /dev/null
+++ b/test/lax/test-bad-utf8-nq-out.nq
@@ -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" .