aboutsummaryrefslogtreecommitdiffstats
path: root/tests/TriGTests/trig-subm-03.trig
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TriGTests/trig-subm-03.trig')
-rw-r--r--tests/TriGTests/trig-subm-03.trig14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/TriGTests/trig-subm-03.trig b/tests/TriGTests/trig-subm-03.trig
deleted file mode 100644
index b52f7c9a..00000000
--- a/tests/TriGTests/trig-subm-03.trig
+++ /dev/null
@@ -1,14 +0,0 @@
-# Test , operator
-@prefix : <http://example.org/base#> .
-
-{
-:a :b :c,
- :d,
- :e .
-}
-
-<http://example/graph> {
-:a :b :c,
- :d,
- :e .
-}