Add Table constructor from Elements. (#310)

This commit is contained in:
Arthur Sonzogni
2022-01-16 16:46:32 +01:00
committed by GitHub
parent feb24b9498
commit 382205c057
4 changed files with 26 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
using namespace ftxui;
TEST(TableTest, Empty) {
auto table = Table({});
auto table = Table();
Screen screen(5, 5);
Render(screen, table.Render());
EXPECT_EQ(