HighFive
HighFive copied to clipboard
Check that unit-tests cover empty `std::string`.
One should check that the unit-tests cover all the cases of empty std::strings. These include:
- single empty string.
- container of empty strings.
- empty container of strings.
- container with some empty strings.