diff options
Diffstat (limited to 'tests/TrigTests/trig-subm-05.trig')
-rw-r--r-- | tests/TrigTests/trig-subm-05.trig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/TrigTests/trig-subm-05.trig b/tests/TrigTests/trig-subm-05.trig deleted file mode 100644 index 8c202b99..00000000 --- a/tests/TrigTests/trig-subm-05.trig +++ /dev/null @@ -1,12 +0,0 @@ -# Test empty [] operator; not allowed as predicate -@prefix : <http://example.org/base#> . - -{ -[] :a :b . -:c :d [] . -} - -<http://example/graph> { -[] :a :b . -:c :d [] . -} |