Make test bad
authorAndy Seaborne <andy.seaborne@apache.org>
Sun, 07 Jul 2013 17:33:39 +0100
changeset 932 1f470c4ebbc0
parent 931 cf5872e0afa7
child 933 92651a995fe4
Make test bad
trig/tests2/trig-graph-bad-07.trig
--- a/trig/tests2/trig-graph-bad-07.trig	Sun Jul 07 15:43:55 2013 +0100
+++ b/trig/tests2/trig-graph-bad-07.trig	Sun Jul 07 17:33:39 2013 +0100
@@ -3,8 +3,7 @@
 
 # GRAPH and a triples block.
 GRAPH :g { 
-      :s :p :o .
-      :s :p1 :o1 ;
-         :p2 :o2 ; .
-       }
+   :s :p :o .
+   GRAPH :g1 { :s1 :p1 :o1 }
+}