json/test
Michael Gmelin d5aaeb4cce Make section names unique in loops, as catch doesn't support duplicate
sections, see also https://github.com/catchorg/Catch2/issues/816#issuecomment-278268122

As a result, when built with gcc, loop iterations were skipped. When
built with clang, the test aborted with an assertion in catch.hpp
line 6222.

This also addresses the issues discussed here:
https://github.com/nlohmann/json/issues/1032#issuecomment-378707696

and here:
https://github.com/catchorg/Catch2/issues/1241

Please note that this introduces new problems, as some of
the unit tests fail now - the library stores keys in
lexographical order, while the cbor/msgpack/ubjson examples
store them in original order.
2018-07-29 10:44:36 +02:00
..
data added more tests from recent nst's JSONTestSuite 2018-05-17 10:10:01 +02:00
reports added fuzzing results 2016-10-02 11:23:47 +02:00
src Make section names unique in loops, as catch doesn't support duplicate 2018-07-29 10:44:36 +02:00
thirdparty 💚 added regression tests for #972 and #977 2018-03-06 20:13:31 +01:00
CMakeLists.txt Fixed compiler error in VS 2015 for debug mode 2018-06-29 09:34:41 +05:30
Makefile 🚧 added input adapter for wide strings #1031 2018-04-01 19:12:36 +02:00