diff options
author | David Robillard <d@drobilla.net> | 2018-11-25 16:12:23 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-10-27 22:40:23 +0100 |
commit | bbe5313c31386366175222cde3055b63848ebb4c (patch) | |
tree | b5d92f8d7e0b889aadd3528c7e94a99e0a7faa89 /tests/lax/test-bad-utf8.nt | |
parent | 433f17a017c3471afe6b09cb74929d0ce76822c4 (diff) | |
download | serd-bbe5313c31386366175222cde3055b63848ebb4c.tar.gz serd-bbe5313c31386366175222cde3055b63848ebb4c.tar.bz2 serd-bbe5313c31386366175222cde3055b63848ebb4c.zip |
Fix lax handling of string errors and add separate lax test suite
Diffstat (limited to 'tests/lax/test-bad-utf8.nt')
-rw-r--r-- | tests/lax/test-bad-utf8.nt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/lax/test-bad-utf8.nt b/tests/lax/test-bad-utf8.nt new file mode 100644 index 00000000..09200e9d --- /dev/null +++ b/tests/lax/test-bad-utf8.nt @@ -0,0 +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" . |