From a65d61b9cce51f416422ad3a4f4bc430aa293d3f Mon Sep 17 00:00:00 2001 From: abolz Date: Fri, 8 Dec 2017 15:10:58 +0100 Subject: [PATCH] Tests: Floating-point formatting uses lower case 'e' --- test/data/json_roundtrip/roundtrip30.json | 2 +- test/data/json_roundtrip/roundtrip31.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/data/json_roundtrip/roundtrip30.json b/test/data/json_roundtrip/roundtrip30.json index fd357651b..e9a266435 100644 --- a/test/data/json_roundtrip/roundtrip30.json +++ b/test/data/json_roundtrip/roundtrip30.json @@ -1 +1 @@ -[1.2345E-30] \ No newline at end of file +[1.2345e-30] \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip31.json b/test/data/json_roundtrip/roundtrip31.json index 1428d1443..d6f34011f 100644 --- a/test/data/json_roundtrip/roundtrip31.json +++ b/test/data/json_roundtrip/roundtrip31.json @@ -1 +1 @@ -[1.2345E+30] \ No newline at end of file +[1.2345e+30] \ No newline at end of file