aboutsummaryrefslogtreecommitdiffstats
path: root/test/extra/bad/bad-a-subject.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-04-03 10:47:40 -0400
committerDavid Robillard <d@drobilla.net>2023-04-06 07:19:10 -0400
commit9910494d7bb417fb75f1c99b65f9956d14184059 (patch)
tree24d59725e7aaef0f1dd08e54367c531484773091 /test/extra/bad/bad-a-subject.ttl
parent0065bfadaa18c53b077ded4fbca09da65ed84017 (diff)
downloadserd-9910494d7bb417fb75f1c99b65f9956d14184059.tar.gz
serd-9910494d7bb417fb75f1c99b65f9956d14184059.tar.bz2
serd-9910494d7bb417fb75f1c99b65f9956d14184059.zip
Gracefully handle boolean subject and predicate errors
Diffstat (limited to 'test/extra/bad/bad-a-subject.ttl')
-rw-r--r--test/extra/bad/bad-a-subject.ttl4
1 files changed, 2 insertions, 2 deletions
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 : <http://example.org/base#> .
+@prefix : <http://example.org/> .
+
a :a :b .