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