improved test coverage
This commit is contained in:
parent
ea84a85b13
commit
c04275966f
4 changed files with 11 additions and 3 deletions
src
|
@ -9708,7 +9708,8 @@ basic_json_parser_63:
|
|||
|
||||
default:
|
||||
{
|
||||
throw std::domain_error("unexpected parent type " + parent.type_name());
|
||||
// if there exists a parent it cannot be primitive
|
||||
assert(false); // LCOV_EXCL_LINE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue