[C] Rename ft_delete_range
to ft_erase_range
This commit is contained in:
@@ -12,7 +12,7 @@ void test_table_geometry(void);
|
||||
void test_table_basic(void);
|
||||
void test_table_copy(void);
|
||||
void test_table_changing_cell(void);
|
||||
void test_table_cell_deletion(void);
|
||||
void test_table_erase(void);
|
||||
#ifdef FT_HAVE_WCHAR
|
||||
void test_wcs_table_boundaries(void);
|
||||
#endif
|
||||
@@ -53,7 +53,7 @@ struct test_case bb_test_suite [] = {
|
||||
{"test_table_write", test_table_write},
|
||||
{"test_table_insert_strategy", test_table_insert_strategy},
|
||||
{"test_table_changing_cell", test_table_changing_cell},
|
||||
{"test_table_cell_deletion", test_table_cell_deletion},
|
||||
{"test_table_erase", test_table_erase},
|
||||
{"test_table_border_style", test_table_border_style},
|
||||
{"test_table_builtin_border_styles", test_table_builtin_border_styles},
|
||||
{"test_table_cell_properties", test_table_cell_properties},
|
||||
|
Reference in New Issue
Block a user