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
..
2020-02-23 11:54:59 +03:00
2020-02-24 15:21:26 +03:00
2020-02-08 12:15:50 +03:00
2018-11-24 23:14:26 +03:00
2019-09-28 11:02:34 +03:00
2018-11-24 23:14:26 +03:00
2019-09-28 11:02:34 +03:00
2018-12-29 18:32:40 +03:00