mirror of
https://github.com/nlohmann/json.git
synced 2026-03-06 17:26:24 +00:00
🔨 implemented MessagePack in binary_reader
This commit is contained in:
@@ -28,7 +28,6 @@ SOFTWARE.
|
||||
|
||||
#include "catch.hpp"
|
||||
|
||||
#define private public
|
||||
#include "json.hpp"
|
||||
using nlohmann::json;
|
||||
|
||||
@@ -1357,12 +1356,6 @@ TEST_CASE("CBOR regressions", "[!throws]")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
SECTION("improve code coverage")
|
||||
{
|
||||
// exotic edge case
|
||||
CHECK_THROWS_AS(json::check_length(0xffffffffffffffffull, 0xfffffffffffffff0ull, 0xff), json::parse_error);
|
||||
}
|
||||
}
|
||||
|
||||
TEST_CASE("CBOR roundtrips", "[hide]")
|
||||
|
||||
Reference in New Issue
Block a user