diff options
author | David Robillard <d@drobilla.net> | 2021-07-13 14:39:11 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-12-02 18:49:07 -0500 |
commit | 154e33ef21d175bb97263a8318dc0cc461a64321 (patch) | |
tree | 3e010f3a79b1ca5bd8528de3730f8090c22df963 /test/extra/lax/test-bad-utf8.nt | |
parent | 233dc12e44eea2ebd967b5fc9fbfe8f1b153adf6 (diff) | |
download | serd-154e33ef21d175bb97263a8318dc0cc461a64321.tar.gz serd-154e33ef21d175bb97263a8318dc0cc461a64321.tar.bz2 serd-154e33ef21d175bb97263a8318dc0cc461a64321.zip |
Test lax NTriples parsing separately
Diffstat (limited to 'test/extra/lax/test-bad-utf8.nt')
-rw-r--r-- | test/extra/lax/test-bad-utf8.nt | 9 |
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: À" . |