1
0
Fork 0
libfort/tests/wb_tests
Sean Morrison c4be1ca649 Implement ft_col_count() along with corresponding unit tests
This pairs with the existing ft_row_count() using the same column
counting method used elsewhere in the code (i.e., iterate over rows
and find the biggest).

Added unit tests for ft_row_count(), ft_col_count(), ft_is_empty(),
and use a myriad of insertion methods to increase coverage.
2020-11-29 12:38:31 -05:00
..
test_string_buffer.c [A] Add function `ft_set_u8strwid_func` to set custom function to compute width of utf8 strings 2019-10-03 23:07:24 +03:00
test_table_geometry.c Implement ft_col_count() along with corresponding unit tests 2020-11-29 12:38:31 -05:00
test_vector.c [A] Added `adding_strategy` property to the tables 2020-01-08 15:32:06 +03:00