✅ add tests to improve coverage
This commit is contained in:
parent
a414e35971
commit
d7b032f565
5 changed files with 14 additions and 10 deletions
|
@ -1092,9 +1092,7 @@ class binary_writer
|
|||
}
|
||||
write_number(subtype);
|
||||
|
||||
oa->write_characters(
|
||||
reinterpret_cast<const CharType*>(value.data()),
|
||||
value.size());
|
||||
oa->write_characters(reinterpret_cast<const CharType*>(value.data()), value.size());
|
||||
}
|
||||
|
||||
/*!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue