diff options
author | David Robillard <d@drobilla.net> | 2023-04-03 10:47:40 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-04-06 07:19:10 -0400 |
commit | 9910494d7bb417fb75f1c99b65f9956d14184059 (patch) | |
tree | 24d59725e7aaef0f1dd08e54367c531484773091 /test/extra/bad/bad-a-subject.ttl | |
parent | 0065bfadaa18c53b077ded4fbca09da65ed84017 (diff) | |
download | serd-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.ttl | 4 |
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 . |