minishell/tests
Khaïs COLIN 4d6a64bf6a
debug: worddesc show more information
This seems appropriate since worddescs are getting more and more complex:
markers, flags, tokentypes, ...
2025-04-15 15:17:51 +02:00
..
expand_test Expansion: one little problem remaining with * expansion and . 2025-03-21 10:16:00 +01:00
expansion.c debug: worddesc show more information 2025-04-15 15:17:51 +02: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 makefile: generate depfiles for the correct object files 2025-04-15 14:41:43 +02: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 token_type: add field with no logic for populating it 2025-04-15 15:15:30 +02: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 debug: worddesc show more information 2025-04-15 15:17:51 +02:00
testutil.c debug: worddesc show more information 2025-04-15 15:17:51 +02:00
testutil.h cmdlist refactor: use cmdlist instead of command_list as a shorthand 2025-03-28 14:50:37 +01:00