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

This commit is contained in:
abolz 2017-12-08 15:10:58 +01:00
parent 0693945230
commit a65d61b9cc
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
[1.2345E-30]
[1.2345e-30]

View File

@ -1 +1 @@
[1.2345E+30]
[1.2345e+30]