diff options
Diffstat (limited to '3rdparty/jsoncpp/test/data/test_real_08.expected')
-rw-r--r-- | 3rdparty/jsoncpp/test/data/test_real_08.expected | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/3rdparty/jsoncpp/test/data/test_real_08.expected b/3rdparty/jsoncpp/test/data/test_real_08.expected new file mode 100644 index 00000000000..b1deef919e9 --- /dev/null +++ b/3rdparty/jsoncpp/test/data/test_real_08.expected @@ -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 |