aboutsummaryrefslogtreecommitdiffstats
path: root/tests/TriGTests/trig-subm-06.trig
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TriGTests/trig-subm-06.trig')
-rw-r--r--tests/TriGTests/trig-subm-06.trig12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/TriGTests/trig-subm-06.trig b/tests/TriGTests/trig-subm-06.trig
deleted file mode 100644
index 280c48d5..00000000
--- a/tests/TriGTests/trig-subm-06.trig
+++ /dev/null
@@ -1,12 +0,0 @@
-# Test non empty [] operator; not allowed as predicate
-@prefix : <http://example.org/base#> .
-
-{
-[ :a :b ] :c :d .
-:e :f [ :g :h ] .
-}
-
-<http://example/graph> {
-[ :a :b ] :c :d .
-:e :f [ :g :h ] .
-}