From 9910494d7bb417fb75f1c99b65f9956d14184059 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 3 Apr 2023 10:47:40 -0400 Subject: Gracefully handle boolean subject and predicate errors --- test/extra/bad/bad-a-subject.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/extra/bad/bad-a-subject.ttl') diff --git a/test/extra/bad/bad-a-subject.ttl b/test/extra/bad/bad-a-subject.ttl index 07a372f1..11d98d98 100644 --- a/test/extra/bad/bad-a-subject.ttl +++ b/test/extra/bad/bad-a-subject.ttl @@ -1,3 +1,3 @@ -# 'a' only allowed as a predicate -@prefix : . +@prefix : . + a :a :b . -- cgit v1.2.1