tests could fail silently when file:consult failed, fixed
This commit is contained in:
parent
e90c5461e8
commit
20f9e0368d
4 changed files with 6 additions and 12 deletions
|
@ -1 +1 @@
|
|||
[ 1, 2, 3, 4, 5, 6, 7, 8, 9, 42, 127, 99999999999999999999999999999, 1e1, 1E1, 1.0e1, 1.325e478534, -1, -1e-1, 3.7e-57834235 ]
|
||||
[ 1, 2, 3, 4, 5, 6, 7, 8, 9, 42, 127, 99999999999999999999999999999, 1e1, 1E1, 1.0e1, 1.325e278, -1, -1e-1, 3.7e-78 ]
|
|
@ -15,9 +15,9 @@
|
|||
{float,1.0e1},
|
||||
{float,1.0e1},
|
||||
{float,1.0e1},
|
||||
{float,1.325e478534},
|
||||
{float,1.325e278},
|
||||
{integer,-1},
|
||||
{float,-1.0e-1},
|
||||
{float,3.7e-57834235},
|
||||
{float,3.7e-78},
|
||||
end_array,end_json]}.
|
||||
{json, "numbers.json"}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue