Remove exponent from input in toRdf-0022
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Tue, 12 Mar 2013 20:19:53 +0100
changeset 1430 4e19f970f878
parent 1429 a92630f69a94
child 1431 4dd1523a68b3
Remove exponent from input in toRdf-0022

... to make it more apparent that the processor adds it
test-suite/tests/toRdf-0022-in.jsonld
--- a/test-suite/tests/toRdf-0022-in.jsonld	Tue Mar 12 19:49:39 2013 +0100
+++ b/test-suite/tests/toRdf-0022-in.jsonld	Tue Mar 12 20:19:53 2013 +0100
@@ -1,4 +1,4 @@
 {
   "@context": { "measure": "http://example/measure#"},
-  "measure:cups": 5.3e0
-}
\ No newline at end of file
+  "measure:cups": 5.3
+}