From df04e7af89eb210af1b1e2d879135aaf3358fb42 Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Wed, 27 Jul 2011 02:01:34 -0700 Subject: [PATCH] modify fraction test to increase test coverage slightly --- test/cases/fraction.json | 2 +- test/cases/fraction.test | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/cases/fraction.json b/test/cases/fraction.json index 5b3f042..97037c7 100644 --- a/test/cases/fraction.json +++ b/test/cases/fraction.json @@ -1 +1 @@ -[[2.0], 2.0, {"key":2.0e7, "another key":2.0E7}, {"key":2.0, "another key":2.0}, 4.2 ] \ No newline at end of file +[[2.0], 2.0, {"key":2.0e7, "another key":2.0E7}, {"key":2.0, "another key":2.0}, 4.321 ] \ No newline at end of file diff --git a/test/cases/fraction.test b/test/cases/fraction.test index c36f2c9..7cfdcf2 100644 --- a/test/cases/fraction.test +++ b/test/cases/fraction.test @@ -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"}. \ No newline at end of file