~ update comments per http://www.w3.org/mid/F79850FF-5849-4D39-9017-6BDC89A83BBB@evilfunhouse.com
--- a/rdf-turtle/tests-ttl/turtle-subm-27.ttl Mon Mar 25 15:48:14 2013 -0400
+++ b/rdf-turtle/tests-ttl/turtle-subm-27.ttl Tue Mar 26 00:20:13 2013 -0400
@@ -1,4 +1,4 @@
-# In-scope base URI is http://www.w3.org/2001/sw/DataAccess/df1/tests/ at this point
+# In-scope base URI is <http://example/base/turtle-subm-27.ttl> at this point
<a1> <b1> <c1> .
@base <http://example.org/ns/> .
# In-scope base URI is http://example.org/ns/ at this point
--- a/rdf-turtle/tests-ttl/turtle-syntax-bad-base-03.ttl Mon Mar 25 15:48:14 2013 -0400
+++ b/rdf-turtle/tests-ttl/turtle-syntax-bad-base-03.ttl Tue Mar 26 00:20:13 2013 -0400
@@ -1,3 +1,3 @@
-# @base without URI.
+# FULL STOP used after SPARQL BASE
BASE <http://example/> .
<s> <p> <o> .