modify fraction test to increase test coverage slightly
This commit is contained in:
parent
5d1e18d0ea
commit
df04e7af89
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
[[2.0], 2.0, {"key":2.0e7, "another key":2.0E7}, {"key":2.0, "another key":2.0}, 4.2 ]
|
||||
[[2.0], 2.0, {"key":2.0e7, "another key":2.0E7}, {"key":2.0, "another key":2.0}, 4.321 ]
|
|
@ -14,6 +14,6 @@
|
|||
{key,<<"another key">>},
|
||||
{float,2.0},
|
||||
end_object,
|
||||
{float,4.2},
|
||||
{float,4.321},
|
||||
end_array,end_json]}.
|
||||
{json, "fraction.json"}.
|
Loading…
Add table
Add a link
Reference in a new issue