HighFive icon indicating copy to clipboard operation
HighFive copied to clipboard

Check that unit-tests cover empty `std::string`.

Open 1uc opened this issue 2 years ago • 0 comments

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.

1uc avatar Nov 22 '23 07:11 1uc