aboutsummaryrefslogtreecommitdiffstats
path: root/t/unit-tests/u-string-list.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-02string-list: optionally omit empty string pieces in string_list_split*()Junio C Hamano1-0/+15
2025-08-02string-list: optionally trim string pieces split by string_list_split*()Junio C Hamano1-0/+64
2025-08-02string-list: align string_list_split() with its _in_place() counterpartJunio C Hamano1-8/+8
2025-07-07u-string-list: move "remove duplicates" test to "u-string-list.c"shejialuo1-0/+62
2025-07-07u-string-list: move "filter string" test to "u-string-list.c"shejialuo1-0/+73
2025-07-07u-string-list: move "test_split_in_place" to "u-string-list.c"shejialuo1-0/+37
2025-07-07u-string-list: move "test_split" into "u-string-list.c"shejialuo1-0/+55