minishell/tests
2025-03-28 16:45:28 +01:00
..
expand_test Expansion: one little problem remaining with * expansion and . 2025-03-21 10:16:00 +01:00
expansion.c tests: put usefull test functions in own files 2025-03-28 14:50:37 +01:00
here_doc_input_no_eof.input here_doc: handle unexpected EOF 2025-03-11 14:58:13 +01:00
here_doc_input_plus_eof.input here_doc: handle input with correct end marker 2025-03-11 14:58:13 +01:00
here_doc_only_eof.input here_doc: handle input with only an end marker 2025-03-11 14:58:13 +01:00
here_doc_with_expansion.input here_doc: perform variable expansion 2025-03-28 16:45:28 +01:00
Makefile here_doc: perform variable expansion 2025-03-28 16:45:28 +01:00
parse_cmdlist.c cmdlist refactor: use cmdlist instead of command_list as a shorthand 2025-03-28 14:50:37 +01:00
parse_cmdlist.h cmdlist refactor: use cmdlist instead of command_list as a shorthand 2025-03-28 14:50:37 +01:00
parse_pipeline.c tests: put usefull test functions in own files 2025-03-28 14:50:37 +01:00
parse_pipeline.h tests: put usefull test functions in own files 2025-03-28 14:50:37 +01:00
test_cmdlist_use_after_free.c cmdlist refactor: use cmdlist instead of command_list as a shorthand 2025-03-28 14:50:37 +01:00
test_env_manip.c env refactor: split imports over multiple files 2025-02-19 16:43:37 +01:00
test_here_doc.c here_doc: perform variable expansion 2025-03-28 16:45:28 +01:00
test_metacharacters.c tests: add a test_ prefix to all files that contain actual tests 2025-03-28 14:50:37 +01:00
test_parse_cmdlists.c refactor cmdlist.num_cmds -> cmdlist.num_cmd to be more consistent 2025-03-28 14:50:37 +01:00
test_parse_pipelines.c tests: put usefull test functions in own files 2025-03-28 14:50:37 +01:00
test_parse_simple_cmds.c tests: add a test_ prefix to all files that contain actual tests 2025-03-28 14:50:37 +01:00
test_quote_removal.c tests: put usefull test functions in own files 2025-03-28 14:50:37 +01:00
test_word_splitting.c tests: add a test_ prefix to all files that contain actual tests 2025-03-28 14:50:37 +01:00
test_wordlist_idx.c wordlist: add destroy_idx and pop_idx functions 2025-03-10 16:08:59 +01:00
testutil.c refactor cmdlist.num_cmds -> cmdlist.num_cmd to be more consistent 2025-03-28 14:50:37 +01:00
testutil.h cmdlist refactor: use cmdlist instead of command_list as a shorthand 2025-03-28 14:50:37 +01:00