modify fraction test to increase test coverage slightly

This commit is contained in:
alisdair sullivan 2011-07-27 02:01:34 -07:00
parent 5d1e18d0ea
commit df04e7af89
2 changed files with 2 additions and 2 deletions

View file

@ -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 ]

View file

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