[F] Fixed logic errors with cell options

This commit is contained in:
seleznevae
2018-11-03 12:41:58 +03:00
parent 78db8dd788
commit 68fbe947b4
9 changed files with 133 additions and 41 deletions

View File

@@ -74,7 +74,11 @@ void test_cpp_table_basic(void)
fort::Table table3;
table3 = std::move(table2);
std::string table_str = table3.to_string();
fort::Table table4(table3);
fort::Table table5;
table5 = table4;
std::string table_str = table5.to_string();
std::string table_str_etalon =
"+---+---+-----+----------+\n"
"| | | | |\n"