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-out.nq | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/lax/test-bad-utf8-nq-out.nq (limited to 'test/lax/test-bad-utf8-nq-out.nq') diff --git a/test/lax/test-bad-utf8-nq-out.nq b/test/lax/test-bad-utf8-nq-out.nq new file mode 100644 index 00000000..6d73993d --- /dev/null +++ b/test/lax/test-bad-utf8-nq-out.nq @@ -0,0 +1,3 @@ + "Impossible bytes: \uFFFD \uFFFD" . + "2 continuation bytes: \uFFFD" . + "Missing continuation: \uFFFD" . -- cgit v1.2.1