tests updated to reflect parser changes, eep0018 and format module still contain failing tests
This commit is contained in:
parent
668b43b7e6
commit
2ee96eb356
16 changed files with 63 additions and 63 deletions
|
@ -1,14 +1,14 @@
|
|||
{name, "exp"}.
|
||||
{jsx, [start_array,start_array,
|
||||
{float,"2.0e7"},
|
||||
{float,2.0e7},
|
||||
end_array,
|
||||
{float,"2.0e7"},
|
||||
{float,2.0e7},
|
||||
start_object,
|
||||
{key,"key"},
|
||||
{float,"2.0e7"},
|
||||
{float,2.0e7},
|
||||
{key,"another key"},
|
||||
{float,"2.0e7"},
|
||||
{float,2.0e7},
|
||||
end_object,
|
||||
{float,"4.2e70"},
|
||||
{float,4.2e70},
|
||||
end_array,end_json]}.
|
||||
{json, "exp.json"}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue