- stuff that got renamed
authorEric Prud'hommeaux <eric@w3.org>
Thu, 17 Jan 2013 21:30:50 -0500
changeset 588 69c232a04d67
parent 587 fb77c599f834
child 589 e7065f5f7ffb
- stuff that got renamed
rdf-turtle/coverage/tests/decimal.nt
rdf-turtle/coverage/tests/decimal.ttl
rdf-turtle/coverage/tests/double.nt
rdf-turtle/coverage/tests/double.ttl
rdf-turtle/coverage/tests/integer.ttl
rdf-turtle/coverage/tests/literal_with_numeric_escape.nt
rdf-turtle/coverage/tests/literal_with_numeric_escape.ttl
--- 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