summaryrefslogtreecommitdiffstats
path: root/tests/test-04.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-04.ttl')
-rw-r--r--tests/test-04.ttl4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test-04.ttl b/tests/test-04.ttl
new file mode 100644
index 0000000..c518147
--- /dev/null
+++ b/tests/test-04.ttl
@@ -0,0 +1,4 @@
+# Test empty [] operator; not allowed as predicate
+@prefix : <http://example.org/base#> .
+[] :a :b .
+:c :d [] .