fix bad escape for 0 in ill-formed-string.ttl
authorPeter F. Patel-Schneider <pfpschneider@gmail.com>
Tue, 15 Oct 2013 12:12:35 -0700
changeset 1133 c5fb63435730
parent 1132 211cea421692
child 1134 8f9b06246313
fix bad escape for 0 in ill-formed-string.ttl
rdf-mt/tests/az-tests/ill-formed-string.ttl
rdf-mt/tests/datatypes/test006.nt
--- a/rdf-mt/tests/az-tests/ill-formed-string.ttl	Mon Oct 14 07:36:27 2013 -0700
+++ b/rdf-mt/tests/az-tests/ill-formed-string.ttl	Tue Oct 15 12:12:35 2013 -0700
@@ -1,1 +1,1 @@
-<http://example.org/foo> <http://example.org/bar> "\0000"^^<http://www.w3.org/2001/XMLSchema#string> .
\ No newline at end of file
+<http://example.org/foo> <http://example.org/bar> "\u0000"^^<http://www.w3.org/2001/XMLSchema#string> .
\ No newline at end of file
--- a/rdf-mt/tests/datatypes/test006.nt	Mon Oct 14 07:36:27 2013 -0700
+++ b/rdf-mt/tests/datatypes/test006.nt	Tue Oct 15 12:12:35 2013 -0700
@@ -13,5 +13,6 @@
 # $Id: test006.nt,v 1.1 2002/12/13 11:22:19 jgrant Exp $
 #
 #####################################################################
-<http://example.org/foo> <http://example.org/bar> "25"^^<http://www.w3.org/2001/XMLSchema#decimal> .
+
+<http://example.org/foo> <http://example.org/bar> "25"^^<http://www.w3.org/2001/XMLSchema#integer> .
 <http://example.org/bar> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .