minishell/tests
Jérôme Guélen e348040ea4
Subst: A norm NON-compliant and incomplete version
The code does not update flags yet and is to be refactored to conform to the
norm.
Tests required but needing a new version of the wordsplitting code.
2025-03-21 10:07:32 +01:00
..
cmdlist_use_after_free.c cmdlist_from_wordlist: make a copy of a wordlist 2025-03-10 13:22:29 +00:00
expansion.c Subst: A norm NON-compliant and incomplete version 2025-03-21 10:07:32 +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 Subst: A norm NON-compliant and incomplete version 2025-03-21 10:07:32 +01:00
metacharacters.c fix: ';' is not a metacharacter 2025-02-11 19:04:05 +01:00
parse_command_lists.c cmdlist parsing: ensure parsing works for a single simple command 2025-03-10 13:22:29 +00:00
parse_pipelines.c leak: resolve the rest of the memory leaks 2025-03-10 13:22:29 +00:00
parse_simple_cmds.c redirection parsing: handle commands with no redirections 2025-03-10 15:10:18 +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
test_here_doc.c here_doc: prepare handling for variable expansion in here_doc 2025-03-11 14:58:13 +01:00
test_redirection_parsing.c redirection parsing: handle other types of redirection 2025-03-11 14:58:13 +01:00
test_wordlist_idx.c wordlist: add destroy_idx and pop_idx functions 2025-03-10 16:08:59 +01:00
testutil.c here_doc: handle input with correct end marker 2025-03-11 14:58:13 +01:00
testutil.h tests: make leak_check do nothing when compiled without LSAN 2025-03-10 13:22:29 +00:00
word_splitting.c quote detection: ensure the rest of the test cases pass 2025-03-06 17:21:09 +01:00