summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/test-id.out2
-rw-r--r--tests/test-id.ttl4
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/test-id.out b/tests/test-id.out
new file mode 100644
index 0000000..722fc6d
--- /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 0000000..6bc1c37
--- /dev/null
+++ b/tests/test-id.ttl
@@ -0,0 +1,4 @@
+@prefix : <http://example.org/base#> .
+
+:c :d [] .
+_:genid1 :a :b .