From 3ae82d91a20e0ad89b99f3b1c62fbe8c524a45fd Mon Sep 17 00:00:00 2001 From: abolz Date: Mon, 15 Jan 2018 20:38:47 +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