From 45902fbbaa11e8c38944b38182afb92bc0641ec9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 13 Jul 2021 14:39:11 -0400 Subject: Test lax NTriples parsing separately --- test/lax/test-bad-utf8.nq | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/lax/test-bad-utf8.nq (limited to 'test/lax/test-bad-utf8.nq') diff --git a/test/lax/test-bad-utf8.nq b/test/lax/test-bad-utf8.nq new file mode 100644 index 00000000..2c105f5b --- /dev/null +++ b/test/lax/test-bad-utf8.nq @@ -0,0 +1,3 @@ + "Impossible bytes: þ ÿ" . + "2 continuation bytes: €¿" . + "Missing continuation: À" . -- cgit v1.2.1