diff options
Diffstat (limited to 'tests/lax/test-bad-utf8.ttl')
-rw-r--r-- | tests/lax/test-bad-utf8.ttl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/lax/test-bad-utf8.ttl b/tests/lax/test-bad-utf8.ttl new file mode 100644 index 00000000..2c105f5b --- /dev/null +++ b/tests/lax/test-bad-utf8.ttl @@ -0,0 +1,3 @@ +<http://example.org/thing> <http://example.org/comment> "Impossible bytes: þ ÿ" . +<http://example.org/thing> <http://example.org/comment> "2 continuation bytes: €¿" . +<http://example.org/thing> <http://example.org/comment> "Missing continuation: À" . |