diff options
Diffstat (limited to 'tests/TrigTests/trig-subm-06.trig')
-rw-r--r-- | tests/TrigTests/trig-subm-06.trig | 12 |
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 ] . -} |