diff options
author | David Robillard <d@drobilla.net> | 2018-10-03 16:12:57 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-10-03 16:12:57 +0200 |
commit | c58565866d52a7549c2abebe1f78ca547769f469 (patch) | |
tree | a65d4f79102e3135aec52a7f3e92bda18e367b3b /tests/TriGTests/anonymous_blank_node_graph.nq | |
parent | f0bc2210cdcbb0d641e3a723ca23409afe615535 (diff) | |
download | serd-c58565866d52a7549c2abebe1f78ca547769f469.tar.gz serd-c58565866d52a7549c2abebe1f78ca547769f469.tar.bz2 serd-c58565866d52a7549c2abebe1f78ca547769f469.zip |
Fix TriG test suite to not require clashing blank node IDs
Diffstat (limited to 'tests/TriGTests/anonymous_blank_node_graph.nq')
-rw-r--r-- | tests/TriGTests/anonymous_blank_node_graph.nq | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/TriGTests/anonymous_blank_node_graph.nq b/tests/TriGTests/anonymous_blank_node_graph.nq new file mode 100644 index 00000000..0522cbda --- /dev/null +++ b/tests/TriGTests/anonymous_blank_node_graph.nq @@ -0,0 +1 @@ +<http://a.example/s> <http://a.example/p> <http://a.example/o> _:b1 . |