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-ttl-out.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-ttl-out.nt')
-rw-r--r-- | test/extra/lax/test-bad-utf8-ttl-out.nt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/extra/lax/test-bad-utf8-ttl-out.nt b/test/extra/lax/test-bad-utf8-ttl-out.nt new file mode 100644 index 00000000..58f2c52b --- /dev/null +++ b/test/extra/lax/test-bad-utf8-ttl-out.nt @@ -0,0 +1,6 @@ +<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" . |