[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

@@ -9,6 +9,7 @@ struct test_case wb_test_suit [] = {
{"test_string_buffer", test_string_buffer},
{"test_table_sizes", test_table_sizes},
{"test_table_geometry", test_table_geometry},
{"test_table_copy", test_table_copy},
};
#endif