--- a/rdf-turtle/coverage/tests/decimal.nt Thu Jan 17 21:27:26 2013 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<http://a.example/s> <http://a.example/p> "1.0"^^<http://www.w3.org/2001/XMLSchema#decimal> .
\ No newline at end of file
--- a/rdf-turtle/coverage/tests/decimal.ttl Thu Jan 17 21:27:26 2013 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<http://a.example/s> <http://a.example/p> 1.0 .
\ No newline at end of file
--- a/rdf-turtle/coverage/tests/double.nt Thu Jan 17 21:27:26 2013 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<http://a.example/s> <http://a.example/p> "1E0"^^<http://www.w3.org/2001/XMLSchema#double> .
\ No newline at end of file
--- a/rdf-turtle/coverage/tests/double.ttl Thu Jan 17 21:27:26 2013 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<http://a.example/s> <http://a.example/p> 1E0 .
\ No newline at end of file
--- a/rdf-turtle/coverage/tests/integer.ttl Thu Jan 17 21:27:26 2013 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<http://a.example/s> <http://a.example/p> 1 .
\ No newline at end of file
--- a/rdf-turtle/coverage/tests/literal_with_numeric_escape.nt Thu Jan 17 21:27:26 2013 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<http://a.example/s> <http://a.example/p> "o" .
\ No newline at end of file
--- a/rdf-turtle/coverage/tests/literal_with_numeric_escape.ttl Thu Jan 17 21:27:26 2013 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<http://a.example/s> <http://a.example/p> '\U00000065' .
\ No newline at end of file