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