--- a/rdf-turtle/tests-nt/nt-syntax-bad-uri-06.nt Wed Mar 13 09:28:47 2013 -0700
+++ b/rdf-turtle/tests-nt/nt-syntax-bad-uri-06.nt Wed Mar 13 09:35:59 2013 -0700
@@ -1,2 +1,2 @@
-# Relative IRIs not allowed
+# No relative IRIs in N-Triples
<s> <http://example/p> <http://example/o> .
--- a/rdf-turtle/tests-nt/nt-syntax-bad-uri-07.nt Wed Mar 13 09:28:47 2013 -0700
+++ b/rdf-turtle/tests-nt/nt-syntax-bad-uri-07.nt Wed Mar 13 09:35:59 2013 -0700
@@ -1,2 +1,2 @@
-# Relative IRIs not allowed
+# No relative IRIs in N-Triples
<http://example/s> <p> <http://example/o> .
--- a/rdf-turtle/tests-nt/nt-syntax-bad-uri-08.nt Wed Mar 13 09:28:47 2013 -0700
+++ b/rdf-turtle/tests-nt/nt-syntax-bad-uri-08.nt Wed Mar 13 09:35:59 2013 -0700
@@ -1,2 +1,2 @@
-# Relative IRIs not allowed
+# No relative IRIs in N-Triples
<http://example/s> <http://example/p> <o> .
--- a/rdf-turtle/tests-nt/nt-syntax-bad-uri-09.nt Wed Mar 13 09:28:47 2013 -0700
+++ b/rdf-turtle/tests-nt/nt-syntax-bad-uri-09.nt Wed Mar 13 09:35:59 2013 -0700
@@ -1,2 +1,2 @@
-# Relative IRIs not allowed
-<http://example/s> <http://example/p> "foo"<dt> .
+# No relative IRIs in N-Triples
+<http://example/s> <http://example/p> "foo"^^<dt> .