mirror of
https://github.com/nlohmann/json.git
synced 2026-04-20 23:09:30 +00:00
✅ improve coverage
This commit is contained in:
@@ -1434,7 +1434,7 @@ class binary_writer
|
||||
return 'L';
|
||||
}
|
||||
// anything else is treated as high-precision number
|
||||
return 'H';
|
||||
return 'H'; // LCOV_EXCL_LINE
|
||||
}
|
||||
|
||||
case value_t::number_unsigned:
|
||||
@@ -1460,7 +1460,7 @@ class binary_writer
|
||||
return 'L';
|
||||
}
|
||||
// anything else is treated as high-precision number
|
||||
return 'H';
|
||||
return 'H'; // LCOV_EXCL_LINE
|
||||
}
|
||||
|
||||
case value_t::number_float:
|
||||
|
||||
Reference in New Issue
Block a user