aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.c
Commit message (Collapse)AuthorAgeFilesLines
* feat: add readme, refactor error handlingv2.3Lion Kortlepel3 days1-8/+244
| | | | we now handle the allocation failure case in error branches too
* fix: clarify and add test for positional required argsv2.1Lion Kortlepel3 days1-0/+18
|
* feat!: break api by removing `n` from positionals, implement help stringLion Kortlepel3 days1-12/+93
|
* fix: fix ls_args_parse segfault on required positional argsLion Kortlepel3 days1-0/+17
|
* feat: implement positional argumentsLion Kortlepel6 days1-4/+112
|
* feat: implement required arguments, add testsLion Kortlepel10 days1-10/+33
| | | | bump ls_test to 1.3 for ASSERT_STR_{EQ, NEQ}
* fix!: reach 96% line coverage, add tests, fix bugsLion Kortlepel12 days1-8/+278
|
* feat: add string argument parsingLion Kortlepel2026-01-201-0/+19
|
* initial commitLion Kortlepel2026-01-201-0/+27