Add tests for str8 splitting, joining and concatenation
This commit is contained in:
@@ -24,8 +24,15 @@ int main(void) {
|
||||
test_str8_set,
|
||||
test_str8_equal,
|
||||
test_str8_substr,
|
||||
test_str8_concat,
|
||||
test_str8_concat_capped,
|
||||
test_str8_find,
|
||||
test_str8_rfind,
|
||||
test_str8_split,
|
||||
test_str8_split_with_max,
|
||||
test_str8_rsplit,
|
||||
test_str8_rsplit_with_max,
|
||||
test_str8_join,
|
||||
test_str8_list_get,
|
||||
test_str8_list_push_front,
|
||||
test_str8_list_push_back,
|
||||
|
Reference in New Issue
Block a user