add tests to improve coverage

This commit is contained in:
Niels Lohmann 2020-05-13 21:28:43 +02:00
parent a414e35971
commit d7b032f565
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
5 changed files with 14 additions and 10 deletions

View file

@ -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());
}
/*!