minishell/tests
2025-03-28 14:50:37 +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
Makefile cmdgroup: start implementing debug routines 2025-03-28 14:50:37 +01:00
parse_command_list.c tests: put usefull test functions in own files 2025-03-28 14:50:37 +01:00
parse_command_list.h tests: put usefull test functions in own files 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 tests: add a test_ prefix to all files that contain actual tests 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: prepare handling for variable expansion in here_doc 2025-03-11 14:58:13 +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_command_lists.c tests: put usefull test functions in own files 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_redirection_parsing.c redirection parsing: handle other types of redirection 2025-03-11 14:58:13 +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 cmdgroup parsing: start implementing the new architecture 2025-03-28 14:50:37 +01:00
testutil.h cmdgroup parsing: handle parsing a single cmdlist (badly) 2025-03-28 14:50:37 +01:00