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