From 4dc7f00c2a312937073c63960307910da739c27b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 10 Mar 2019 12:16:54 +0100 Subject: Support reading lone lists in lax mode This allows parsing documents like "(42) ." --- test/lax/test-lone-list.nt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/lax/test-lone-list.nt (limited to 'test/lax/test-lone-list.nt') diff --git a/test/lax/test-lone-list.nt b/test/lax/test-lone-list.nt new file mode 100644 index 00000000..400c2aba --- /dev/null +++ b/test/lax/test-lone-list.nt @@ -0,0 +1,2 @@ +_:b1 "42"^^ . +_:b1 . -- cgit v1.2.1