diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/lax/test-bad-utf8.nt | 12 | ||||
-rw-r--r-- | test/lax/test-bad-utf8.ttl | 12 |
2 files changed, 12 insertions, 12 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" . diff --git a/test/lax/test-bad-utf8.ttl b/test/lax/test-bad-utf8.ttl index 526a171f..0e177366 100644 --- a/test/lax/test-bad-utf8.ttl +++ b/test/lax/test-bad-utf8.ttl @@ -1,6 +1,6 @@ -<http://example.org/thing> <http://example.org/comment> "Impossible bytes: þ ÿ" . -<http://example.org/thing> <http://example.org/comment> "2 continuation bytes: €¿" . -<http://example.org/thing> <http://example.org/comment> "Missing continuation: À" . -<http://example.org/thing> <http://example.org/comment> """Impossible bytes: þ ÿ""" . -<http://example.org/thing> <http://example.org/comment> """2 continuation bytes: €¿""" . -<http://example.org/thing> <http://example.org/comment> """Missing continuation: À""" . +<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: À" . +<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: À""" . |