--- a/trig/tests/trig-syntax-bad-n3-extras-01.trig Wed Nov 20 20:51:30 2013 +0000
+++ b/trig/tests/trig-syntax-bad-n3-extras-01.trig Wed Nov 20 20:51:44 2013 +0000
@@ -1,4 +1,4 @@
-# {} fomulae not in Turtle
+# {} formulae not in Turtle
@prefix : <http://example/> .
{ :a :q :c . } :p :z .
--- a/trig/tests/trig-syntax-bad-struct-02.trig Wed Nov 20 20:51:30 2013 +0000
+++ b/trig/tests/trig-syntax-bad-struct-02.trig Wed Nov 20 20:51:44 2013 +0000
@@ -1,2 +1,2 @@
-# Turtle is not N3
+# TriG is not N3
<http://example/s> = <http://example/o> .
--- a/trig/tests/trig-syntax-bad-struct-03.trig Wed Nov 20 20:51:30 2013 +0000
+++ b/trig/tests/trig-syntax-bad-struct-03.trig Wed Nov 20 20:51:44 2013 +0000
@@ -1,2 +1,2 @@
-# Turtle is not NQuads
+# TriG is not NQuads
<http://example/s> <http://example/p> <http://example/o> <http://example/graph> .
--- a/trig/tests/trig-syntax-bad-struct-06.trig Wed Nov 20 20:51:30 2013 +0000
+++ b/trig/tests/trig-syntax-bad-struct-06.trig Wed Nov 20 20:51:44 2013 +0000
@@ -1,2 +1,2 @@
-# Trig does not allow bnodes-as-predicates
+# TriG does not allow bnodes-as-predicates
{<http://example/s> [] <http://example/o> .}
--- a/trig/tests/trig-syntax-bad-struct-09.trig Wed Nov 20 20:51:30 2013 +0000
+++ b/trig/tests/trig-syntax-bad-struct-09.trig Wed Nov 20 20:51:44 2013 +0000
@@ -1,2 +1,2 @@
-# Too many DOT
+# Too many DOTs
{<http://example/s> <http://example/p> <http://example/o> . .}
--- a/trig/tests/trig-syntax-bad-struct-10.trig Wed Nov 20 20:51:30 2013 +0000
+++ b/trig/tests/trig-syntax-bad-struct-10.trig Wed Nov 20 20:51:44 2013 +0000
@@ -1,4 +1,4 @@
-# Too many DOT
+# Too many DOTs
{
<http://example/s> <http://example/p> <http://example/o> . .
<http://example/s1> <http://example/p1> <http://example/o1> .