aboutsummaryrefslogtreecommitdiffstats
path: root/tests/good/manifest.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-05-25 21:59:11 +0200
committerDavid Robillard <d@drobilla.net>2018-05-25 22:00:19 +0200
commit85dd5c18ff8b78fbd73062498bad563e76c22645 (patch)
treeaa8524c83fbf1b0c02f329f93352ac9bc3d9e301 /tests/good/manifest.ttl
parent0179f024aafea7f49a5abb459fa12a4ab2495b99 (diff)
downloadserd-85dd5c18ff8b78fbd73062498bad563e76c22645.tar.gz
serd-85dd5c18ff8b78fbd73062498bad563e76c22645.tar.bz2
serd-85dd5c18ff8b78fbd73062498bad563e76c22645.zip
Fix reported error when reading statements with only a blank node
Diffstat (limited to 'tests/good/manifest.ttl')
-rw-r--r--tests/good/manifest.ttl9
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/good/manifest.ttl b/tests/good/manifest.ttl
index 026da87d..e3299aad 100644
--- a/tests/good/manifest.ttl
+++ b/tests/good/manifest.ttl
@@ -21,8 +21,9 @@
<#test-bad-utf8>
<#test-base-query>
<#test-blank-cont>
- <#test-blankdot>
<#test-blank-in-list>
+ <#test-blank-node-statement>
+ <#test-blankdot>
<#test-bom>
<#test-cr>
<#test-delete>
@@ -146,6 +147,12 @@
mf:action <test-blank-in-list.ttl> ;
mf:result <test-blank-in-list.nt> .
+<#test-blank-node-statement>
+ rdf:type rdft:TestTurtleEval ;
+ mf:name "test-blank-node-statement" ;
+ mf:action <test-blank-node-statement.ttl> ;
+ mf:result <test-blank-node-statement.nt> .
+
<#test-bom>
rdf:type rdft:TestTurtleEval ;
mf:name "test-bom" ;