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

@@ -23,6 +23,7 @@ TestFuncResult test_str8_slice(void);
TestFuncResult test_str8_concat_capped(void);
TestFuncResult test_str8_copy_cstr_capped(void);
TestFuncResult test_str8_copy_str8_capped(void);
TestFuncResult test_str8_format(void);
TestFuncResult test_str8_find(void);
TestFuncResult test_str8_rfind(void);
TestFuncResult test_str8_split(void);