minishell/tests
2025-03-06 17:21:08 +01:00
..
Makefile pipeline: handle parsing of single-command pipelines 2025-02-24 14:56:16 +01:00
metacharacters.c fix: ';' is not a metacharacter 2025-02-11 19:04:05 +01: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
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 marking: ensure that double quotes also work 2025-03-06 17:21:08 +01:00