only url stuff missing for now
This commit is contained in:
@ -148,7 +148,7 @@ int test_trim_left_string() {
|
||||
}
|
||||
|
||||
int test_trim_both_string() {
|
||||
char* input = "NULL Bruh NULL";
|
||||
char* input = "NULLNULL Bruh NULLNULL";
|
||||
char* expected = " Bruh ";
|
||||
char* result = strops_trim_both_string(input, "NULL");
|
||||
if (strcmp(result, expected) != 0) {
|
||||
|
Reference in New Issue
Block a user