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/bad/bad-id-clash.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/bad') diff --git a/tests/bad/bad-id-clash.ttl b/tests/bad/bad-id-clash.ttl index 55ab23e3..c1536840 100644 --- a/tests/bad/bad-id-clash.ttl +++ b/tests/bad/bad-id-clash.ttl @@ -1,2 +1,2 @@ -_:genid1 a _:genid2 . -_:genid2 a _:docid1 . \ No newline at end of file +_:b1 a _:b2 . +_:b2 a _:B1 . \ No newline at end of file -- cgit v1.2.1