Add additional coverage tests.

This commit is contained in:
ArthurSonzogni
2022-04-27 14:00:46 +02:00
parent 001dd0a8c3
commit 84d6e6b3dd
7 changed files with 249 additions and 23 deletions

View File

@@ -17,13 +17,13 @@ using ftxui::Screen;
using Charset = std::array<std::string, 2>; // NOLINT
using Charsets = std::array<Charset, 5>; // NOLINT
const Charsets charsets = // NOLINT
{
Charset{"", ""}, //
Charset{"", ""}, //
Charset{"", ""}, //
Charset{"", ""}, //
Charset{" ", " "}, //
// NOLINTNEXTLINE
const Charsets charsets = {
Charset{"", ""}, //
Charset{"", ""}, //
Charset{"", ""}, //
Charset{"", ""}, //
Charset{" ", " "}, //
};
} // namespace