minishell/tests
2025-03-10 13:22:29 +00:00
..
cmdlist_use_after_free.c cmdlist_from_wordlist: make a copy of a wordlist 2025-03-10 13:22:29 +00:00
Makefile tests: add simple reproducer for cmdlist use-after-free 2025-03-10 13:22:29 +00:00
metacharacters.c fix: ';' is not a metacharacter 2025-02-11 19:04:05 +01:00
parse_command_lists.c tests: do lsan test after each test case 2025-03-10 13:22:29 +00:00
parse_pipelines.c pipeline parse: reject hanging pipe at end 2025-02-28 13:15:11 +01:00
parse_simple_cmds.c simple_cmd: actually contain words 2025-02-21 12:52:27 +01:00
quote_removal.c quote removal: ensure quotes in middle of word are correctly handled 2025-03-07 11:25:27 +01:00
test_env_manip.c env refactor: split imports over multiple files 2025-02-19 16:43:37 +01:00
testutil.c testutil: add leak check function 2025-03-06 17:20:52 +01:00
testutil.h testutil: add leak check function 2025-03-06 17:20:52 +01:00
word_splitting.c quote detection: ensure the rest of the test cases pass 2025-03-06 17:21:09 +01:00