rdf-turtle: made some of the NT files in coverage tests more "regular"
authorPierre-Antoine Champin <pa@champin.net>
Wed, 20 Feb 2013 20:49:32 +0100
changeset 602 3bb586f7bd9a
parent 601 4d5ebf0ba10f
child 603 512fc8109972
rdf-turtle: made some of the NT files in coverage tests more "regular"
rdf-turtle/coverage/tests/blankNodePropertyList_as_subject.nt
rdf-turtle/coverage/tests/blankNodePropertyList_with_multiple_triples.nt
rdf-turtle/coverage/tests/literal_with_BACKSPACE.nt
rdf-turtle/coverage/tests/literal_with_FORM_FEED.nt
--- 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" .