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