diff options
Diffstat (limited to 'tests/TrigTests/trig-subm-06.trig')
-rw-r--r-- | tests/TrigTests/trig-subm-06.trig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/TrigTests/trig-subm-06.trig b/tests/TrigTests/trig-subm-06.trig new file mode 100644 index 00000000..280c48d5 --- /dev/null +++ b/tests/TrigTests/trig-subm-06.trig @@ -0,0 +1,12 @@ +# 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 ] . +} |