aboutsummaryrefslogtreecommitdiffstats
path: root/tests/TriGTests/trig-graph-bad-03.trig
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TriGTests/trig-graph-bad-03.trig')
-rw-r--r--tests/TriGTests/trig-graph-bad-03.trig8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/TriGTests/trig-graph-bad-03.trig b/tests/TriGTests/trig-graph-bad-03.trig
new file mode 100644
index 00000000..31af19f8
--- /dev/null
+++ b/tests/TriGTests/trig-graph-bad-03.trig
@@ -0,0 +1,8 @@
+# GRAPH tests
+PREFIX : <http://example/>
+
+# GRAPH needs {}
+GRAPH :g
+ :s :p :o .
+
+