From a44d17c590b7abca9b4012154ed4beb78f988588 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 24 Feb 2013 07:07:19 +0000 Subject: 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 --- tests/test-id.nt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test-id.nt') diff --git a/tests/test-id.nt b/tests/test-id.nt index 722fc6d1..b4b11069 100644 --- a/tests/test-id.nt +++ b/tests/test-id.nt @@ -1,2 +1,2 @@ - _:genid1 . -_:docid1 . + _:b1 . +_:B1 . -- cgit v1.2.1