mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-17 03:03:21 +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_08.expected
Normal file
4
test/data/legacy_test_real_08.expected
Normal file
@@ -0,0 +1,4 @@
|
||||
// Out of 32-bit integer range, switch to double in 32-bit mode. Length the
|
||||
// same as UINT_MAX in base 10 and digit less than UINT_MAX's last digit in
|
||||
// order to catch a bug in the parsing code.
|
||||
.=4300000001
|
Reference in New Issue
Block a user