From 3232e1f52e6955e1173677947f5151930d14c6c7 Mon Sep 17 00:00:00 2001 From: abolz Date: Fri, 8 Dec 2017 15:13:53 +0100 Subject: [PATCH] Tests: Exponents are formatted with a leading '+' sign --- test/data/json_roundtrip/roundtrip27.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/data/json_roundtrip/roundtrip27.json b/test/data/json_roundtrip/roundtrip27.json index 17ce5211c..672438c56 100644 --- a/test/data/json_roundtrip/roundtrip27.json +++ b/test/data/json_roundtrip/roundtrip27.json @@ -1 +1 @@ -[1.7976931348623157e308] \ No newline at end of file +[1.7976931348623157e+308] \ No newline at end of file