Improve dtoa coverage
This commit is contained in:
parent
4824f12efb
commit
3621235cd0
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user