aboutsummaryrefslogtreecommitdiffstats
path: root/test/lax/test-bad-utf8.nt
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-03-28 12:12:29 -0400
committerDavid Robillard <d@drobilla.net>2023-04-05 09:45:15 -0400
commitd25435678a9ced05bd3a8c78ae3534c230fdfc5d (patch)
treeac7b209d80b7666f2a963ccd8a09ae4f750c4cc6 /test/lax/test-bad-utf8.nt
parente85db50f9b9679f9415d1689551791baefb439fd (diff)
downloadserd-d25435678a9ced05bd3a8c78ae3534c230fdfc5d.tar.gz
serd-d25435678a9ced05bd3a8c78ae3534c230fdfc5d.tar.bz2
serd-d25435678a9ced05bd3a8c78ae3534c230fdfc5d.zip
Use shorter URIs in lax tests
Diffstat (limited to 'test/lax/test-bad-utf8.nt')
-rw-r--r--test/lax/test-bad-utf8.nt12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/lax/test-bad-utf8.nt b/test/lax/test-bad-utf8.nt
index 09200e9d..58f2c52b 100644
--- a/test/lax/test-bad-utf8.nt
+++ b/test/lax/test-bad-utf8.nt
@@ -1,6 +1,6 @@
-<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" .
-<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" .
+<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" .