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