tests updated to reflect parser changes, eep0018 and format module still contain failing tests

This commit is contained in:
alisdair sullivan 2011-07-10 10:59:39 -07:00
parent 668b43b7e6
commit 2ee96eb356
16 changed files with 63 additions and 63 deletions

View file

@ -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"}.