aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test-blank-cont.nt
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-02-24 07:07:19 +0000
committerDavid Robillard <d@drobilla.net>2013-02-24 07:07:19 +0000
commita44d17c590b7abca9b4012154ed4beb78f988588 (patch)
tree5355e63b97cae09173a33487dd8cbc7b400910a4 /tests/test-blank-cont.nt
parent7aac9795ba7aed7ee75c8d1ff2984bf2053ac28f (diff)
downloadserd-a44d17c590b7abca9b4012154ed4beb78f988588.tar.gz
serd-a44d17c590b7abca9b4012154ed4beb78f988588.tar.bz2
serd-a44d17c590b7abca9b4012154ed4beb78f988588.zip
Generate shorter blank node IDs like the new Turtle test suite.
git-svn-id: http://svn.drobilla.net/serd/trunk@414 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'tests/test-blank-cont.nt')
-rw-r--r--tests/test-blank-cont.nt8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/test-blank-cont.nt b/tests/test-blank-cont.nt
index d64e3e46..a4b44e7d 100644
--- a/tests/test-blank-cont.nt
+++ b/tests/test-blank-cont.nt
@@ -1,4 +1,4 @@
-<http://example.org/base#subj> <http://example.org/base#pred> _:genid1 .
-_:genid1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/base#FirstThing> .
-<http://example.org/base#subj> <http://example.org/base#pred> _:genid2 .
-_:genid2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/base#SecondThing> .
+<http://example.org/base#subj> <http://example.org/base#pred> _:b1 .
+_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/base#FirstThing> .
+<http://example.org/base#subj> <http://example.org/base#pred> _:b2 .
+_:b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/base#SecondThing> .