Add test for wapp_str8_format

This commit is contained in:
2025-02-22 16:44:19 +00:00
parent 80bd68f313
commit 01f066d20c
3 changed files with 15 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ int main(void) {
test_str8_concat_capped,
test_str8_copy_cstr_capped,
test_str8_copy_str8_capped,
test_str8_format,
test_str8_find,
test_str8_rfind,
test_str8_split,