From 3621235cd0b4b75bb72293af077a0322df6d27d3 Mon Sep 17 00:00:00 2001 From: miloyip Date: Tue, 14 Apr 2015 14:52:42 +0800 Subject: [PATCH] Improve dtoa coverage --- test/unittest/writertest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unittest/writertest.cpp b/test/unittest/writertest.cpp index d8193ca..f6e023a 100644 --- a/test/unittest/writertest.cpp +++ b/test/unittest/writertest.cpp @@ -103,6 +103,7 @@ TEST(Writer, String) { TEST(Writer, Double) { TEST_ROUNDTRIP("[1.2345,1.2345678,0.123456789012,1234567.8]"); TEST_ROUNDTRIP("[-0.0]"); // Issue #289 + TEST_ROUNDTRIP("1e30"); } TEST(Writer, Transcode) {