aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-11-11 14:01:43 +0100
committerDavid Robillard <d@drobilla.net>2019-05-25 11:15:50 +0200
commit400cf91b9c41c9f1e921fec11fa0f1bf3d9ce4c7 (patch)
tree5e800a00e68590dcd05f6220d43974fcd2a68e5b
parent5da18484b9af2406caff5f0daeeb493ead13fc70 (diff)
downloadserd-400cf91b9c41c9f1e921fec11fa0f1bf3d9ce4c7.tar.gz
serd-400cf91b9c41c9f1e921fec11fa0f1bf3d9ce4c7.tar.bz2
serd-400cf91b9c41c9f1e921fec11fa0f1bf3d9ce4c7.zip
Fix output of toRdf-0012 to match input order
-rw-r--r--tests/JSONLDTests/toRdf-0012-out.nq2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/JSONLDTests/toRdf-0012-out.nq b/tests/JSONLDTests/toRdf-0012-out.nq
index 203fc141..a451cb26 100644
--- a/tests/JSONLDTests/toRdf-0012-out.nq
+++ b/tests/JSONLDTests/toRdf-0012-out.nq
@@ -1,2 +1,2 @@
-<http://greggkellogg.net/foaf#me> <http://xmlns.com/foaf/0.1/knows> "Dave Longley" .
<http://greggkellogg.net/foaf#me> <http://xmlns.com/foaf/0.1/knows> "Manu Sporny" .
+<http://greggkellogg.net/foaf#me> <http://xmlns.com/foaf/0.1/knows> "Dave Longley" .