minishell/tests
Khaïs COLIN 4b403c4bf3
pipeline parse: reject hanging pipe at end
This rejects commands such as

echo hello | cat -e |

I also updated the doc this time
2025-02-28 13:15:11 +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 tests: also show debug info for succeeding assertions 2025-02-20 15:00:32 +01:00
testutil.h tests: add testutils 2025-02-19 14:34:09 +01:00
word_splitting.c wordsplit flags: also set W_HASDOLLAR if dollar is found in double quotes 2025-02-24 14:51:26 +01:00