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
seleznevae
58a63f90f2
[A] Add ft_strerror function
2020-02-08 12:15:50 +03:00
seleznevae
1ed13718d5
[C] Rename ft_delete_range
to ft_erase_range
2020-01-19 22:06:25 +03:00
seleznevae
e644f0a504
[A] add function ft_delete_range
2020-01-19 13:37:31 +03:00
seleznevae
27e1102878
[A] Added adding_strategy
property to the tables
2020-01-08 15:32:06 +03:00
seleznevae
3e961b053a
[C] Refactoring for utf-8
2019-08-25 09:23:47 +03:00
seleznevae
4b995844fd
[A] Added cpp tests
2019-08-09 21:29:05 +03:00
seleznevae
f08035d19c
[F] Fixed typos in variable names
2018-12-29 18:32:40 +03:00
seleznevae
099c97312a
[A] Added more tests
2018-12-01 11:25:38 +03:00
seleznevae
dc7640a9e4
[F] Fixed buf
2018-11-25 17:25:48 +03:00
seleznevae
64abbfd41b
[C] Reorganised tests
2018-11-24 23:14:26 +03:00
seleznevae
f62eb92597
[A] Added italic style
2018-11-15 19:17:53 +03:00
seleznevae
c2c887f6c6
[A] Added text styles
2018-11-15 19:17:46 +03:00
seleznevae
ece19c8bcb
[C] Renames options to properties
2018-11-04 11:08:11 +03:00
seleznevae
68fbe947b4
[F] Fixed logic errors with cell options
2018-11-03 12:41:58 +03:00
seleznevae
9bce3f259c
[A] Added c++ tests
2018-07-25 22:37:36 +03:00
seleznevae
6f8ecf4330
[A] Added xcode to the CI
2018-05-09 13:29:29 +03:00
seleznevae
1c86313069
[A] Added border tests
2018-05-06 18:25:53 +03:00
seleznevae
1660a5920b
[C] Changed tests
2018-05-06 16:28:18 +03:00
seleznevae
b7e8d7fbf6
[C] Changed test architecture
2018-05-06 16:21:45 +03:00