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/labeled_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/labeled_blank_node_graph.nq')
-rw-r--r-- | tests/TriGTests/labeled_blank_node_graph.nq | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TriGTests/labeled_blank_node_graph.nq b/tests/TriGTests/labeled_blank_node_graph.nq index 0522cbda..e9d83f4e 100644 --- a/tests/TriGTests/labeled_blank_node_graph.nq +++ b/tests/TriGTests/labeled_blank_node_graph.nq @@ -1 +1 @@ -<http://a.example/s> <http://a.example/p> <http://a.example/o> _:b1 . +<http://a.example/s> <http://a.example/p> <http://a.example/o> _:g1 . |