aboutsummaryrefslogtreecommitdiffstats
path: root/test/extra/lax/test-bad-uri.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-uri.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-uri.nt')
-rw-r--r--test/extra/lax/test-bad-uri.nt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/extra/lax/test-bad-uri.nt b/test/extra/lax/test-bad-uri.nt
index 8cb00ba7..8f11b1d7 100644
--- a/test/extra/lax/test-bad-uri.nt
+++ b/test/extra/lax/test-bad-uri.nt
@@ -1,4 +1,4 @@
-<http://example.org/s> <http://example.org/p> <http://example.org/\u0009bado1> .
+<http://example.org/s> <http://example.org/p> <http://example.org/ bado1> .
<http://example.org/s> <http://example.org/p> <http://example.org/goodo1> .
-<http://example.org/s> <http://example.org/p> <http://example.org/\uFFFDbado2> .
+<http://example.org/s> <http://example.org/p> <http://example.org/˙˙bado2> .
<http://example.org/s> <http://example.org/p> <http://example.org/goodo2> .