--- a/rdf-turtle/coverage/tests/blankNodePropertyList_as_subject.nt Thu Feb 14 14:40:33 2013 -0600
+++ b/rdf-turtle/coverage/tests/blankNodePropertyList_as_subject.nt Wed Feb 20 20:49:32 2013 +0100
@@ -1,2 +1,2 @@
-_:b1 <http://a.example/p> <http://a.example/o>.
+_:b1 <http://a.example/p> <http://a.example/o> .
_:b1 <http://a.example/p2> <http://a.example/o2> .
--- a/rdf-turtle/coverage/tests/blankNodePropertyList_with_multiple_triples.nt Thu Feb 14 14:40:33 2013 -0600
+++ b/rdf-turtle/coverage/tests/blankNodePropertyList_with_multiple_triples.nt Wed Feb 20 20:49:32 2013 +0100
@@ -1,3 +1,3 @@
_:b1 <http://a.example/p1> <http://a.example/o1> .
-_:b1 <http://a.example/p2> <http://a.example/o2>
-._:b1 <http://a.example/p> <http://a.example/o> .
+_:b1 <http://a.example/p2> <http://a.example/o2> .
+_:b1 <http://a.example/p> <http://a.example/o> .
--- a/rdf-turtle/coverage/tests/literal_with_BACKSPACE.nt Thu Feb 14 14:40:33 2013 -0600
+++ b/rdf-turtle/coverage/tests/literal_with_BACKSPACE.nt Wed Feb 20 20:49:32 2013 +0100
@@ -1,1 +1,1 @@
-<http://a.example/s> <http://a.example/p> "\u0008" .
+<http://a.example/s> <http://a.example/p> "\b" .
--- a/rdf-turtle/coverage/tests/literal_with_FORM_FEED.nt Thu Feb 14 14:40:33 2013 -0600
+++ b/rdf-turtle/coverage/tests/literal_with_FORM_FEED.nt Wed Feb 20 20:49:32 2013 +0100
@@ -1,1 +1,1 @@
-<http://a.example/s> <http://a.example/p> "\u000C" .
+<http://a.example/s> <http://a.example/p> "\f" .