forked from 131/lab0.1_letscontinue
13
This commit is contained in:
@@ -99,6 +99,7 @@ test_it()
|
||||
"str_sub, не правильная строка %s", str_data(&s2));
|
||||
str_deinit(&s2);
|
||||
|
||||
//TEST str_init
|
||||
//TEST str_replace
|
||||
str_set(&s, "foo bar baz foo");
|
||||
str_replace(&s, "foo", "test");
|
||||
|
||||
Reference in New Issue
Block a user