diff options
author | David Robillard <d@drobilla.net> | 2013-02-24 07:07:19 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-02-24 07:07:19 +0000 |
commit | a44d17c590b7abca9b4012154ed4beb78f988588 (patch) | |
tree | 5355e63b97cae09173a33487dd8cbc7b400910a4 /tests/test-04.nt | |
parent | 7aac9795ba7aed7ee75c8d1ff2984bf2053ac28f (diff) | |
download | serd-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-04.nt')
-rw-r--r-- | tests/test-04.nt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-04.nt b/tests/test-04.nt index 414e4b84..d5d01526 100644 --- a/tests/test-04.nt +++ b/tests/test-04.nt @@ -1,2 +1,2 @@ -_:genid1 <http://example.org/base#a> <http://example.org/base#b> . -<http://example.org/base#c> <http://example.org/base#d> _:genid2 . +_:b1 <http://example.org/base#a> <http://example.org/base#b> . +<http://example.org/base#c> <http://example.org/base#d> _:b2 . |