remove trig/tests2
authorGregg Kellogg <gregg@kellogg-assoc.com>
Sat, 07 Sep 2013 11:59:36 -0700
changeset 1074 8c911aa5490d
parent 1073 77f8437a38b3
child 1075 9e1d21098b57
remove trig/tests2
trig/tests2/manifest.ttl
trig/tests2/trig-bnodeplist-graph-01.nq
trig/tests2/trig-bnodeplist-graph-01.trig
trig/tests2/trig-collection-graph-01.nq
trig/tests2/trig-collection-graph-01.trig
trig/tests2/trig-collection-graph-02.nq
trig/tests2/trig-collection-graph-02.trig
trig/tests2/trig-graph-bad-01.trig
trig/tests2/trig-graph-bad-02.trig
trig/tests2/trig-graph-bad-03.trig
trig/tests2/trig-graph-bad-04.trig
trig/tests2/trig-graph-bad-05.trig
trig/tests2/trig-graph-bad-06.trig
trig/tests2/trig-graph-bad-07.trig
trig/tests2/trig-graph-bad-08.trig
trig/tests2/trig-graph-bad-09.trig
trig/tests2/trig-graph-bad-10.trig
trig/tests2/trig-graph-bad-11.trig
trig/tests2/trig-kw-graph-01.trig
trig/tests2/trig-kw-graph-02.trig
trig/tests2/trig-kw-graph-03.trig
trig/tests2/trig-kw-graph-04.trig
trig/tests2/trig-kw-graph-05.trig
trig/tests2/trig-kw-graph-06.trig
trig/tests2/trig-kw-graph-07.trig
trig/tests2/trig-kw-graph-08.trig
trig/tests2/trig-kw-graph-09.trig
trig/tests2/trig-kw-graph-10.trig
trig/tests2/trig-turtle-01.trig
trig/tests2/trig-turtle-02.trig
trig/tests2/trig-turtle-03.trig
trig/tests2/trig-turtle-04.trig
trig/tests2/trig-turtle-05.trig
trig/tests2/trig-turtle-06.trig
trig/tests2/trig-turtle-07.trig
trig/tests2/trig-turtle-bad-01.trig
trig/tests2/trig-turtle-bad-02.trig
--- a/trig/tests2/manifest.ttl	Sat Sep 07 11:58:15 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,311 +0,0 @@
-# TriG tests
-## Distributed under both the W3C Test Suite License[1] and the W3C 3-
-## clause BSD License[2]. To contribute to a W3C Test Suite, see the
-## policies and contribution forms [3]
-##
-## 1. http://www.w3.org/Consortium/Legal/2008/04-testsuite-license
-## 2. http://www.w3.org/Consortium/Legal/2008/03-bsd-license
-## 3. http://www.w3.org/2004/10/27-testcases
-
-@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
-@prefix qt:     <http://www.w3.org/2001/sw/DataAccess/tests/test-query#> .
-
-@prefix rdft:   <http://www.w3.org/ns/rdftest#> .
-
-<>  rdf:type mf:Manifest ;
-    rdfs:comment "TriG tests" ;
-    mf:entries
-    (
-    <#trig-kw-graph-01>
-    <#trig-kw-graph-02>
-    <#trig-kw-graph-03>
-    <#trig-kw-graph-04>
-    <#trig-kw-graph-05>
-
-    <#trig-kw-graph-06>
-    <#trig-kw-graph-07>
-    <#trig-kw-graph-08>
-    <#trig-kw-graph-09>
-
-    <#trig-kw-graph-10>
-
-    <#trig-graph-bad-01>
-    <#trig-graph-bad-02>
-    <#trig-graph-bad-03>
-    <#trig-graph-bad-04>
-    <#trig-graph-bad-05>
-
-    <#trig-graph-bad-06>
-    <#trig-graph-bad-07>
-    <#trig-graph-bad-08>
-    <#trig-graph-bad-09>
-
-    <#trig-graph-bad-10>
-    <#trig-graph-bad-11>
-
-    <#trig-bnodeplist-graph-01>
-
-    <#trig-collection-graph-01>
-    <#trig-collection-graph-02>
-
-    <#trig-turtle-01>
-    <#trig-turtle-02>
-    <#trig-turtle-03>
-    <#trig-turtle-04>
-    <#trig-turtle-05>
-
-    <#trig-turtle-06>
-    <#trig-turtle-07>
-
-    <#trig-turtle-bad-01>
-    <#trig-turtle-bad-02>
-
-    ) .
-
-<#trig-kw-graph-01> rdf:type rdft:TestTrigPositiveSyntax ;
-   mf:name      "trig-kw-graph-01" ;
-   rdfs:comment "" ;
-   rdft:approval rdft:Proposed ;
-   mf:action    <trig-kw-graph-01.trig> ;
-   .
-
-<#trig-kw-graph-02> rdf:type rdft:TestTrigPositiveSyntax ;
-   mf:name      "trig-kw-graph-02" ;
-   rdfs:comment "" ;
-   rdft:approval rdft:Proposed ;
-   mf:action    <trig-kw-graph-02.trig> ;
-   .
-
-<#trig-kw-graph-03> rdf:type rdft:TestTrigPositiveSyntax ;
-   mf:name      "trig-kw-graph-03" ;
-   rdfs:comment "" ;
-   rdft:approval rdft:Proposed ;
-   mf:action    <trig-kw-graph-03.trig> ;
-   .
-
-<#trig-kw-graph-04> rdf:type rdft:TestTrigPositiveSyntax ;
-   mf:name      "trig-kw-graph-04" ;
-   rdfs:comment "" ;
-   rdft:approval rdft:Proposed ;
-   mf:action    <trig-kw-graph-04.trig> ;
-   .
-
-<#trig-kw-graph-05> rdf:type rdft:TestTrigPositiveSyntax ;
-   mf:name      "trig-kw-graph-05" ;
-   rdfs:comment "" ;
-   rdft:approval rdft:Proposed ;
-   mf:action    <trig-kw-graph-05.trig> ;
-   .
-
-
-<#trig-kw-graph-06> rdf:type rdft:TestTrigPositiveSyntax ;
-   mf:name      "trig-kw-graph-06" ;
-   rdfs:comment "" ;
-   rdft:approval rdft:Proposed ;
-   mf:action    <trig-kw-graph-06.trig> ;
-   .
-
-<#trig-kw-graph-07> rdf:type rdft:TestTrigPositiveSyntax ;
-   mf:name      "trig-kw-graph-07" ;
-   rdfs:comment "" ;
-   rdft:approval rdft:Proposed ;
-   mf:action    <trig-kw-graph-07.trig> ;
-   .
-
-<#trig-kw-graph-08> rdf:type rdft:TestTrigPositiveSyntax ;
-   mf:name      "trig-kw-graph-08" ;
-   rdfs:comment "" ;
-   rdft:approval rdft:Proposed ;
-   mf:action    <trig-kw-graph-08.trig> ;
-   .
-
-<#trig-kw-graph-09> rdf:type rdft:TestTrigPositiveSyntax ;
-   mf:name      "trig-kw-graph-09" ;
-   rdfs:comment "" ;
-   rdft:approval rdft:Proposed ;
-   mf:action    <trig-kw-graph-09.trig> ;
-   .
-
-<#trig-kw-graph-10> rdf:type rdft:TestTrigPositiveSyntax ;
-   mf:name      "trig-kw-graph-10" ;
-   rdfs:comment "" ;
-   rdft:approval rdft:Proposed ;
-   mf:action    <trig-kw-graph-10.trig> ;
-   .
-
-
-<#trig-graph-bad-01> rdf:type rdft:TestTrigNegativeSyntax ;
-   mf:name      "trig-graph-bad-01" ;
-   rdfs:comment "" ;
-   rdft:approval rdft:Proposed ;
-   mf:action    <trig-graph-bad-01.trig> ;
-   .
-
-<#trig-graph-bad-02> rdf:type rdft:TestTrigNegativeSyntax ;
-   mf:name      "trig-graph-bad-02" ;
-   rdfs:comment "" ;
-   rdft:approval rdft:Proposed ;
-   mf:action    <trig-graph-bad-02.trig> ;
-   .
-
-<#trig-graph-bad-03> rdf:type rdft:TestTrigNegativeSyntax ;
-   mf:name      "trig-graph-bad-03" ;
-   rdfs:comment "" ;
-   rdft:approval rdft:Proposed ;
-   mf:action    <trig-graph-bad-03.trig> ;
-   .
-
-<#trig-graph-bad-04> rdf:type rdft:TestTrigNegativeSyntax ;
-   mf:name      "trig-graph-bad-04" ;
-   rdfs:comment "" ;
-   rdft:approval rdft:Proposed ;
-   mf:action    <trig-graph-bad-04.trig> ;
-   .
-
-<#trig-graph-bad-05> rdf:type rdft:TestTrigNegativeSyntax ;
-   mf:name      "trig-graph-bad-05" ;
-   rdfs:comment "" ;
-   rdft:approval rdft:Proposed ;
-   mf:action    <trig-graph-bad-05.trig> ;
-   .
-
-<#trig-graph-bad-06> rdf:type rdft:TestTrigNegativeSyntax ;
-   mf:name      "trig-graph-bad-06" ;
-   rdfs:comment "" ;
-   rdft:approval rdft:Proposed ;
-   mf:action    <trig-graph-bad-06.trig> ;
-   .
-
-<#trig-graph-bad-07> rdf:type rdft:TestTrigNegativeSyntax ;
-   mf:name      "trig-graph-bad-07" ;
-   rdfs:comment "" ;
-   rdft:approval rdft:Proposed ;
-   mf:action    <trig-graph-bad-07.trig> ;
-   .
-
-<#trig-graph-bad-08> rdf:type rdft:TestTrigNegativeSyntax ;
-   mf:name      "trig-graph-bad-08" ;
-   rdfs:comment "" ;
-   rdft:approval rdft:Proposed ;
-   mf:action    <trig-graph-bad-08.trig> ;
-   .
-
-<#trig-graph-bad-09> rdf:type rdft:TestTrigNegativeSyntax ;
-   mf:name      "trig-graph-bad-09" ;
-   rdfs:comment "" ;
-   rdft:approval rdft:Proposed ;
-   mf:action    <trig-graph-bad-09.trig> ;
-   .
-
-<#trig-graph-bad-10> rdf:type rdft:TestTrigNegativeSyntax ;
-   mf:name      "trig-graph-bad-10" ;
-   rdfs:comment "" ;
-   rdft:approval rdft:Proposed ;
-   mf:action    <trig-graph-bad-10.trig> ;
-   .
-
-<#trig-graph-bad-11> rdf:type rdft:TestTrigNegativeSyntax ;
-   mf:name      "trig-graph-bad-11" ;
-   rdfs:comment "" ;
-   rdft:approval rdft:Proposed ;
-   mf:action    <trig-graph-bad-11.trig> ;
-   .
-
-<#trig-bnodeplist-graph-01> rdf:type rdft:TestTrigEval ;
-   mf:name      "trig-bnodeplist-graph-01" ;
-   rdfs:comment "" ;
-   rdft:approval rdft:Proposed ;
-   mf:action    <trig-bnodeplist-graph-01.trig> ;
-   mf:result    <trig-bnodeplist-graph-01.nq> ;
-   .
-
-<#trig-collection-graph-01> rdf:type rdft:TestTrigEval ;
-   mf:name      "trig-collection-graph-01" ;
-   rdfs:comment "" ;
-   rdft:approval rdft:Proposed ;
-   mf:action    <trig-collection-graph-01.trig> ;
-   mf:result    <trig-collection-graph-01.nq> ;
-   .
-
-<#trig-collection-graph-02> rdf:type rdft:TestTrigEval ;
-   mf:name      "trig-collection-graph-02" ;
-   rdfs:comment "" ;
-   rdft:approval rdft:Proposed ;
-   mf:action    <trig-collection-graph-02.trig> ;
-   mf:result    <trig-collection-graph-02.nq> ;
-   .
-
-<#trig-turtle-01> rdf:type rdft:TestTrigPositiveSyntax ;
-   mf:name      "trig-turtle-01" ;
-   rdfs:comment "" ;
-   rdft:approval rdft:Proposed ;
-   mf:action    <trig-turtle-01.trig> ;
-   .
-
-<#trig-turtle-02> rdf:type rdft:TestTrigPositiveSyntax ;
-   mf:name      "trig-turtle-02" ;
-   rdfs:comment "" ;
-   rdft:approval rdft:Proposed ;
-   mf:action    <trig-turtle-02.trig> ;
-   .
-
-<#trig-turtle-03> rdf:type rdft:TestTrigPositiveSyntax ;
-   mf:name      "trig-turtle-03" ;
-   rdfs:comment "" ;
-   rdft:approval rdft:Proposed ;
-   mf:action    <trig-turtle-03.trig> ;
-   .
-
-<#trig-turtle-04> rdf:type rdft:TestTrigPositiveSyntax ;
-   mf:name      "trig-turtle-04" ;
-   rdfs:comment "" ;
-   rdft:approval rdft:Proposed ;
-   mf:action    <trig-turtle-04.trig> ;
-   .
-
-<#trig-turtle-05> rdf:type rdft:TestTrigPositiveSyntax ;
-   mf:name      "trig-turtle-05" ;
-   rdfs:comment "" ;
-   rdft:approval rdft:Proposed ;
-   mf:action    <trig-turtle-05.trig> ;
-   .
-
-<#trig-turtle-06> rdf:type rdft:TestTrigPositiveSyntax ;
-   mf:name      "trig-turtle-06" ;
-   rdfs:comment "" ;
-   rdft:approval rdft:Proposed ;
-   mf:action    <trig-turtle-06.trig> ;
-   .
-
-<#trig-turtle-07> rdf:type rdft:TestTrigPositiveSyntax ;
-   mf:name      "trig-turtle-07" ;
-   rdfs:comment "" ;
-   rdft:approval rdft:Proposed ;
-   mf:action    <trig-turtle-07.trig> ;
-   .
-
-
-
-
-<#trig-turtle-bad-01> rdf:type rdft:TestTrigNegativeSyntax ;
-   mf:name      "trig-turtle-bad-01" ;
-   rdfs:comment "" ;
-   rdft:approval rdft:Proposed ;
-   mf:action    <trig-turtle-bad-01.trig> ;
-   .
-
-<#trig-turtle-bad-02> rdf:type rdft:TestTrigNegativeSyntax ;
-   mf:name      "trig-turtle-bad-02" ;
-   rdfs:comment "" ;
-   rdft:approval rdft:Proposed ;
-   mf:action    <trig-turtle-bad-02.trig> ;
-   .
-
-
-
-## <#trig-syntax-bad-base-05> rdf:type rdft:TestTrigNegativeSyntax ;
-## 	rdf:type rdft:TestTrigPositiveSyntax ;
-## <#trig-eval-bad-05> rdf:type rdft:TestTrigNegativeEval ;
-
--- a/trig/tests2/trig-bnodeplist-graph-01.nq	Sat Sep 07 11:58:15 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-_:a <http://example/p1> <http://example/o1> .
-<http://example/s> <http://example/p> <http://example/o> _:a .
--- a/trig/tests2/trig-bnodeplist-graph-01.trig	Sat Sep 07 11:58:15 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-# BlankNodePropertyList as Graph Name
-PREFIX : <http://example/> 
-
-[:p1 :o1] {:s :p :o}
--- a/trig/tests2/trig-collection-graph-01.nq	Sat Sep 07 11:58:15 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<http://example/s> <http://example/p> <http://example/o> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
--- a/trig/tests2/trig-collection-graph-01.trig	Sat Sep 07 11:58:15 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-# Collection as Graph Name
-PREFIX : <http://example/> 
-
-() {:s :p :o}
--- a/trig/tests2/trig-collection-graph-02.nq	Sat Sep 07 11:58:15 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-<http://example/s> <http://example/p> <http://example/o> _:a .
-_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "1"^^<http://www.w3.org/2001/XMLSchema#integer> .
-_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b .
-_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "2"^^<http://www.w3.org/2001/XMLSchema#integer> .
-_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
--- a/trig/tests2/trig-collection-graph-02.trig	Sat Sep 07 11:58:15 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-# Collection as Graph Name
-PREFIX : <http://example/> 
-
-(1 2) {:s :p :o}
--- a/trig/tests2/trig-graph-bad-01.trig	Sat Sep 07 11:58:15 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-# GRAPH tests
-PREFIX : <http://example/> 
-
-# GRAPH but no name - GRAPH is not used with the default graph
-GRAPH { :s :p :o }
--- a/trig/tests2/trig-graph-bad-02.trig	Sat Sep 07 11:58:15 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-# GRAPH tests
-PREFIX : <http://example/> 
-
-# GRAPH not followed by DOT
-GRAPH :g1 { :s :p :o } .
-GRAPH :g2 { :s :p :o } .
--- a/trig/tests2/trig-graph-bad-03.trig	Sat Sep 07 11:58:15 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-# GRAPH tests
-PREFIX : <http://example/> 
-
-# GRAPH needs {}
-GRAPH :g 
-  :s :p :o .
-
-
--- a/trig/tests2/trig-graph-bad-04.trig	Sat Sep 07 11:58:15 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-# GRAPH tests
-PREFIX : <http://example/> 
-
-# GRAPH needs {}
-GRAPH :s :p :o
--- a/trig/tests2/trig-graph-bad-05.trig	Sat Sep 07 11:58:15 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-# GRAPH tests
-PREFIX : <http://example/> 
-
-# GRAPH and a name, not several.
-GRAPH :g1 :g2 { :s :p :o }
--- a/trig/tests2/trig-graph-bad-06.trig	Sat Sep 07 11:58:15 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-# GRAPH tests
-PREFIX : <http://example/> 
-
-# GRAPH - Must close {}
-GRAPH :g { :s :p :o 
-
--- a/trig/tests2/trig-graph-bad-07.trig	Sat Sep 07 11:58:15 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-# GRAPH tests
-PREFIX : <http://example/> 
-
-# GRAPH and a triples block.
-GRAPH :g { 
-   :s :p :o .
-   GRAPH :g1 { :s1 :p1 :o1 }
-}
-
--- a/trig/tests2/trig-graph-bad-08.trig	Sat Sep 07 11:58:15 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-# GRAPH tests
-PREFIX : <http://example/> 
-
-# GRAPH and a triples block.
-@graph :g { :s :p :o }
--- a/trig/tests2/trig-graph-bad-09.trig	Sat Sep 07 11:58:15 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-# GRAPH tests
-PREFIX : <http://example/> 
-
-# GRAPH - no directives
-graph :g { 
-  :s :p :o 
-prefix x: <http://example/x#> 
-  x:s1 x:p1 x:o1 .
-}
-
-
-
--- a/trig/tests2/trig-graph-bad-10.trig	Sat Sep 07 11:58:15 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-# GRAPH tests
-PREFIX : <http://example/> 
-
-# GRAPH - no lists
-GRAPH () { :s :p :o }
-
-
-
--- a/trig/tests2/trig-graph-bad-11.trig	Sat Sep 07 11:58:15 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-# GRAPH tests
-PREFIX : <http://example/> 
-
-# GRAPH - no lists
-graph (1 2) { :s :p :o }
-
-
-
--- a/trig/tests2/trig-kw-graph-01.trig	Sat Sep 07 11:58:15 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-# GRAPH tests
-PREFIX : <http://example/> 
-
-GRAPH :g { :s :p :o }
\ No newline at end of file
--- a/trig/tests2/trig-kw-graph-02.trig	Sat Sep 07 11:58:15 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-# GRAPH tests
-PREFIX : <http://example/> 
-
-GRAPH :g { :s :p :o . }
--- a/trig/tests2/trig-kw-graph-03.trig	Sat Sep 07 11:58:15 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-# GRAPH tests
-PREFIX : <http://example/> 
-
-GRAPH :g { }
\ No newline at end of file
--- a/trig/tests2/trig-kw-graph-04.trig	Sat Sep 07 11:58:15 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-# GRAPH tests
-PREFIX : <http://example/> 
-
-GRAPH :g1 { :s :p :o }
-GRAPH :g2 { :s :p :o }
-:g3 { :s :p :o }
-GRAPH :g4 { :s :p :o }
-GRAPH :g5 { :s :p :o }
--- a/trig/tests2/trig-kw-graph-05.trig	Sat Sep 07 11:58:15 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-# GRAPH tests
-PREFIX : <http://example/> 
-
-GRAPH :g { :s :p :o }
\ No newline at end of file
--- a/trig/tests2/trig-kw-graph-06.trig	Sat Sep 07 11:58:15 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-# GRAPH tests
-PREFIX : <http://example/> 
-
-GRAPH _:a { :s :p :o }
\ No newline at end of file
--- a/trig/tests2/trig-kw-graph-07.trig	Sat Sep 07 11:58:15 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-# GRAPH tests
-PREFIX : <http://example/> 
-
-GRAPH [] { :s :p :o }
-[] { :s :p :o }
-GRAPH [] { :s :p :o }
--- a/trig/tests2/trig-kw-graph-08.trig	Sat Sep 07 11:58:15 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-# GRAPH tests
-PREFIX : <http://example/> 
-
-GRAPH :g { :s :p :o }
\ No newline at end of file
--- a/trig/tests2/trig-kw-graph-09.trig	Sat Sep 07 11:58:15 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-# GRAPH tests
-PREFIX : <http://example/> 
-
-GRAPH :g { :s :p :o }
\ No newline at end of file
--- a/trig/tests2/trig-kw-graph-10.trig	Sat Sep 07 11:58:15 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-# GRAPH tests
-PREFIX : <http://example/> 
-
-GRAPH :g { }
\ No newline at end of file
--- a/trig/tests2/trig-turtle-01.trig	Sat Sep 07 11:58:15 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-# Turtle is TriG
-PREFIX : <http://example/> 
-
-:s :p :o ;
-   :q 123 , 456 .
-
-:s1 :p1 "more" .
-
--- a/trig/tests2/trig-turtle-02.trig	Sat Sep 07 11:58:15 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-# Turtle is TriG
-PREFIX : <http://example/>
-
-:s :p :o ;
-   :q 123 , 456 .
-
-PREFIX : <http://example/ns#>
-
-:s :p :o .
--- a/trig/tests2/trig-turtle-03.trig	Sat Sep 07 11:58:15 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-# Turtle is TriG
-prefix : <http://example/> 
-
-[ :p 123 ; :q 456 ] :r 1 .
-
--- a/trig/tests2/trig-turtle-04.trig	Sat Sep 07 11:58:15 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-# Turtle is TriG
-prefix : <http://example/> 
-
-[] :p :o .
-
--- a/trig/tests2/trig-turtle-05.trig	Sat Sep 07 11:58:15 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-# Turtle is TriG
-prefix : <http://example/> 
-
-[ :p :o ] .
-
-
--- a/trig/tests2/trig-turtle-06.trig	Sat Sep 07 11:58:15 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-# Turtle is TriG
-prefix : <http://example/> 
-
-( 1 2 3 ) :p ( 4 5 6 ) .
\ No newline at end of file
--- a/trig/tests2/trig-turtle-07.trig	Sat Sep 07 11:58:15 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-# Turtle is TriG
-prefix : <http://example/> 
-
-( 1 2 3 ) :p ( 4 5 6 ) .
\ No newline at end of file
--- a/trig/tests2/trig-turtle-bad-01.trig	Sat Sep 07 11:58:15 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-# Turtle is TriG
-
-# Trailing dot required in Turtle block.
-
-:s :p :o  
--- a/trig/tests2/trig-turtle-bad-02.trig	Sat Sep 07 11:58:15 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-# Turtle is TriG
-
-# N-Quads.
-
-:s :p :o :g .
-