diff options
Diffstat (limited to 'test/TriGTests/trig-graph-bad-07.trig')
-rw-r--r-- | test/TriGTests/trig-graph-bad-07.trig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/TriGTests/trig-graph-bad-07.trig b/test/TriGTests/trig-graph-bad-07.trig deleted file mode 100644 index de618384..00000000 --- a/test/TriGTests/trig-graph-bad-07.trig +++ /dev/null @@ -1,9 +0,0 @@ -# GRAPH tests -PREFIX : <http://example/> - -# GRAPH and a triples block. -GRAPH :g { - :s :p :o . - GRAPH :g1 { :s1 :p1 :o1 } -} - |