mirror of
https://github.com/nlohmann/json.git
synced 2026-02-23 11:56:24 +00:00
Merge branch 'develop' into doctest
This commit is contained in:
@@ -2130,7 +2130,7 @@ TEST_CASE("all UBJSON first bytes")
|
||||
|
||||
try
|
||||
{
|
||||
json::from_ubjson(std::vector<uint8_t>(1, byte));
|
||||
auto res = json::from_ubjson(std::vector<uint8_t>(1, byte));
|
||||
}
|
||||
catch (const json::parse_error& e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user