diff options
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" . |