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