diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-id.out | 2 | ||||
-rw-r--r-- | tests/test-id.ttl | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/test-id.out b/tests/test-id.out new file mode 100644 index 00000000..722fc6d1 --- /dev/null +++ b/tests/test-id.out @@ -0,0 +1,2 @@ +<http://example.org/base#c> <http://example.org/base#d> _:genid1 . +_:docid1 <http://example.org/base#a> <http://example.org/base#b> . diff --git a/tests/test-id.ttl b/tests/test-id.ttl new file mode 100644 index 00000000..6bc1c37d --- /dev/null +++ b/tests/test-id.ttl @@ -0,0 +1,4 @@ +@prefix : <http://example.org/base#> . + +:c :d [] . +_:genid1 :a :b . |