diff options
author | David Robillard <d@drobilla.net> | 2011-01-22 19:40:25 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-01-22 19:40:25 +0000 |
commit | 70b81af9060efb3963949cdcf68611244a4c520c (patch) | |
tree | f42838a5b987aee725e01b849fdd540ffc843261 /tests/test-05.out | |
parent | 88a315b8ecf1534a92466bdc1ad37fe6a1bd6031 (diff) | |
download | serd-70b81af9060efb3963949cdcf68611244a4c520c.tar.gz serd-70b81af9060efb3963949cdcf68611244a4c520c.tar.bz2 serd-70b81af9060efb3963949cdcf68611244a4c520c.zip |
Emit triples in the correct order for streaming abbreviation.
git-svn-id: http://svn.drobilla.net/serd/trunk@38 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'tests/test-05.out')
-rw-r--r-- | tests/test-05.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-05.out b/tests/test-05.out index 6925d40d..bf904178 100644 --- a/tests/test-05.out +++ b/tests/test-05.out @@ -1,4 +1,4 @@ _:genid1 <http://example.org/base#a> <http://example.org/base#b> . _:genid1 <http://example.org/base#c> <http://example.org/base#d> . -_:genid2 <http://example.org/base#g> <http://example.org/base#h> . <http://example.org/base#e> <http://example.org/base#f> _:genid2 . +_:genid2 <http://example.org/base#g> <http://example.org/base#h> . |