1
0
mirror of https://github.com/nlohmann/json.git synced 2026-07-30 15:43:01 +04:00

Tests: Floating-point formatting uses lower case 'e'

This commit is contained in:
abolz
2018-01-15 20:38:47 +01:00
parent d9446b0e6e
commit 3ae82d91a2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
[1.2345E-30]
[1.2345e-30]
+1 -1
View File
@@ -1 +1 @@
[1.2345E+30]
[1.2345e+30]