mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-23 16:48:05 +02:00
Number fixes (#1053)
* cleaning up the logic for parsing numbers * Add Testcases for new Reader in jsontestrunner
This commit is contained in:
4
test/data/legacy_test_real_11.expected
Normal file
4
test/data/legacy_test_real_11.expected
Normal file
@@ -0,0 +1,4 @@
|
||||
// Out of 64-bit signed integer range, switch to double in all modes. Length
|
||||
// the same as LONG_MIN in base 10 and digit less than LONG_MIN's last digit in
|
||||
// order to catch a bug in the parsing code.
|
||||
.=-9.3e+18
|
Reference in New Issue
Block a user