The xsd:double values have to be in canonical form in quads
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Mon, 24 Sep 2012 19:48:15 +0200
changeset 872 51128d6f05c6
parent 871 34d36939b7cf
child 873 09652a3bf053
The xsd:double values have to be in canonical form in quads

See http://www.w3.org/TR/xmlschema-2/#double-canonical-representation for details.
test-suite/tests/toRdf-0021-out.nq
test-suite/tests/toRdf-0022-out.nq
--- a/test-suite/tests/toRdf-0021-out.nq	Mon Sep 24 10:14:59 2012 -0700
+++ b/test-suite/tests/toRdf-0021-out.nq	Mon Sep 24 19:48:15 2012 +0200
@@ -1,1 +1,1 @@
-_:t0 <http://example/measure#cups> "5.300000000000000e+00"^^<http://www.w3.org/2001/XMLSchema#double> .
+_:t0 <http://example/measure#cups> "5.3E0"^^<http://www.w3.org/2001/XMLSchema#double> .
--- a/test-suite/tests/toRdf-0022-out.nq	Mon Sep 24 10:14:59 2012 -0700
+++ b/test-suite/tests/toRdf-0022-out.nq	Mon Sep 24 19:48:15 2012 +0200
@@ -1,1 +1,1 @@
-_:t0 <http://example/measure#cups> "5.300000000000000e+00"^^<http://www.w3.org/2001/XMLSchema#double> .
+_:t0 <http://example/measure#cups> "5.3E0"^^<http://www.w3.org/2001/XMLSchema#double> .