mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-08-19 02:56:40 +02:00
Add bxs_substr() and bxs_prepend_spaces() to 'bxstring' module
This commit is contained in:
@@ -45,8 +45,12 @@ void test_bxs_strdup(void **state);
|
||||
void test_bxs_cut_front(void **state);
|
||||
void test_bxs_cut_front_zero(void **state);
|
||||
|
||||
void test_bxs_first_char_ptr_errors(void **state);
|
||||
|
||||
void test_bxs_last_char_ptr(void **state);
|
||||
|
||||
void test_bxs_unindent_ptr_null(void **state);
|
||||
|
||||
void test_bxs_trimdup_null(void **state);
|
||||
void test_bxs_trimdup_invalid_startidx(void **state);
|
||||
void test_bxs_trimdup_invalid_endidx(void **state);
|
||||
@@ -56,6 +60,8 @@ void test_bxs_trimdup_vanish(void **state);
|
||||
void test_bxs_trimdup_ansi(void **state);
|
||||
void test_bxs_trimdup_ansi_same(void **state);
|
||||
|
||||
void test_bxs_substr_errors(void **state);
|
||||
|
||||
void test_bxs_strcat(void **state);
|
||||
void test_bxs_strcat_empty(void **state);
|
||||
void test_bxs_strcat_empty2(void **state);
|
||||
@@ -77,6 +83,8 @@ void test_bxs_ltrim_max(void **state);
|
||||
void test_bxs_rtrim(void **state);
|
||||
void test_bxs_rtrim_empty(void **state);
|
||||
|
||||
void test_bxs_prepend_spaces_null(void **state);
|
||||
|
||||
void test_bxs_append_spaces(void **state);
|
||||
|
||||
void test_bxs_to_output(void **state);
|
||||
|
Reference in New Issue
Block a user