mirror of
https://github.com/nlohmann/json.git
synced 2026-09-11 10:48:01 +00:00
Resolves conflicting test-case insertions in tests/src/unit-cbor.cpp and tests/src/unit-ubjson.cpp: both branches independently appended a new TEST_CASE near the end of each file. Keep both -- the #5405 array-reserve regression tests from this branch, and develop's unrelated call-stack-depth / indefinite-length-string hardening tests. Signed-off-by: Niels Lohmann <mail@nlohmann.me>