Commit abb86531 authored by Niels's avatar Niels

more test cases

parent 03634cac
......@@ -397,7 +397,7 @@ $ make
$ ./json_unit
===============================================================================
All tests passed (4708 assertions in 20 test cases)
All tests passed (4800 assertions in 21 test cases)
```
For more information, have a look at the file [.travis.yml](https://github.com/nlohmann/json/blob/master/.travis.yml).
[null]
\ No newline at end of file
[true]
\ No newline at end of file
[false]
\ No newline at end of file
[0]
\ No newline at end of file
["foo"]
\ No newline at end of file
[]
\ No newline at end of file
{}
\ No newline at end of file
[0,1]
\ No newline at end of file
{"foo":"bar"}
\ No newline at end of file
{"a":null,"foo":"bar"}
\ No newline at end of file
[-1]
\ No newline at end of file
[-2147483648]
\ No newline at end of file
[-1234567890123456789]
\ No newline at end of file
[-9223372036854775808]
\ No newline at end of file
[1]
\ No newline at end of file
[2147483647]
\ No newline at end of file
[4294967295]
\ No newline at end of file
[1234567890123456789]
\ No newline at end of file
[9223372036854775807]
\ No newline at end of file
[0.0]
\ No newline at end of file
[-0.0]
\ No newline at end of file
[1.2345]
\ No newline at end of file
[-1.2345]
\ No newline at end of file
[5e-324]
\ No newline at end of file
[2.225073858507201e-308]
\ No newline at end of file
[2.2250738585072014e-308]
\ No newline at end of file
[1.7976931348623157e308]
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment