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

@@ -15,13 +15,13 @@ namespace ftxui {
using Charset = std::array<std::string, 6>; // NOLINT
using Charsets = std::array<Charset, 6>; // NOLINT
static Charsets simple_border_charset = // NOLINT
{
Charset{"", "", "", "", "", ""},
Charset{"", "", "", "", "", ""},
Charset{"", "", "", "", "", ""},
Charset{"", "", "", "", "", ""},
Charset{" ", " ", " ", " ", " ", " "},
// NOLINTNEXTLINE
static Charsets simple_border_charset = {
Charset{"", "", "", "", "", ""},
Charset{"", "", "", "", "", ""},
Charset{"", "", "", "", "", ""},
Charset{"", "", "", "", "", ""},
Charset{" ", " ", " ", " ", " ", " "},
};
// For reference, here is the charset for normal border: