aboutsummaryrefslogtreecommitdiffstats
path: root/test/extra/lax/test-bad-utf8.nt
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-03-29 06:55:05 -0400
committerDavid Robillard <d@drobilla.net>2024-03-29 08:39:49 -0400
commit9facb914c72bf4d0473b49faa797cdb5c9faf68b (patch)
treeb4fe7ec1d0c285cde99cf0a9456539fcb4d719e2 /test/extra/lax/test-bad-utf8.nt
parentdc3aeed6ce84736100d713cac8f40e46d16d1289 (diff)
downloadserd-9facb914c72bf4d0473b49faa797cdb5c9faf68b.tar.gz
serd-9facb914c72bf4d0473b49faa797cdb5c9faf68b.tar.bz2
serd-9facb914c72bf4d0473b49faa797cdb5c9faf68b.zip
Fix lax NQuads parsing
Diffstat (limited to 'test/extra/lax/test-bad-utf8.nt')
-rw-r--r--test/extra/lax/test-bad-utf8.nt9
1 files changed, 3 insertions, 6 deletions
diff --git a/test/extra/lax/test-bad-utf8.nt b/test/extra/lax/test-bad-utf8.nt
index 58f2c52b..b8c04637 100644
--- a/test/extra/lax/test-bad-utf8.nt
+++ b/test/extra/lax/test-bad-utf8.nt
@@ -1,6 +1,3 @@
-<http://example.org/s> <http://example.org/p> "Impossible bytes: \uFFFD \uFFFD" .
-<http://example.org/s> <http://example.org/p> "2 continuation bytes: \uFFFD" .
-<http://example.org/s> <http://example.org/p> "Missing continuation: \uFFFD" .
-<http://example.org/s> <http://example.org/p> "Impossible bytes: \uFFFD \uFFFD" .
-<http://example.org/s> <http://example.org/p> "2 continuation bytes: \uFFFD" .
-<http://example.org/s> <http://example.org/p> "Missing continuation: \uFFFD" .
+<http://example.org/s> <http://example.org/p> "Impossible bytes: þ ÿ" .
+<http://example.org/s> <http://example.org/p> "2 continuation bytes: €¿" .
+<http://example.org/s> <http://example.org/p> "Missing continuation: À" .