This commit is contained in:
etrushko05
2025-10-25 04:35:31 -04:00
parent 93f4d98839
commit 3b7ddda0f5
6 changed files with 42 additions and 29 deletions

View File

@@ -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");