File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2296,10 +2296,10 @@ JSONTEST_FIXTURE(CharReaderAllowSpecialFloatsTest, issue209) {
2296
2296
JSONTEST_ASSERT (ok);
2297
2297
JSONTEST_ASSERT_STRING_EQUAL (" " , errs);
2298
2298
JSONTEST_ASSERT_EQUAL (3u , root.size ());
2299
- double n = root[" a" ].asDouble ();
2299
+ double n = root[" a" ].asDouble ();
2300
2300
JSONTEST_ASSERT (n != n);
2301
- JSONTEST_ASSERT_EQUAL (std::numeric_limits<double >::infinity (), root.get (" b" , 0.0 ));
2302
- JSONTEST_ASSERT_EQUAL (-std::numeric_limits<double >::infinity (), root.get (" c" , 0.0 ));
2301
+ JSONTEST_ASSERT_EQUAL (std::numeric_limits<double >::infinity (), root.get (" b" , 0.0 ));
2302
+ JSONTEST_ASSERT_EQUAL (-std::numeric_limits<double >::infinity (), root.get (" c" , 0.0 ));
2303
2303
}
2304
2304
2305
2305
struct TestData {
You can’t perform that action at this time.
0 commit comments