mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-10-27 02:53:13 +01:00
Fix #289 negative zero roundtrip (double only)
This commit is contained in:
@@ -93,7 +93,7 @@ TEST(Writer, String) {
|
||||
|
||||
TEST(Writer, Double) {
|
||||
TEST_ROUNDTRIP("[1.2345,1.2345678,0.123456789012,1234567.8]");
|
||||
|
||||
TEST_ROUNDTRIP("[-0.0]"); // Issue #289
|
||||
}
|
||||
|
||||
TEST(Writer, Transcode) {
|
||||
|
||||
Reference in New Issue
Block a user