Commit 3621235c authored by miloyip's avatar miloyip

Improve dtoa coverage

parent 4824f12e
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment