cmdgroup parsing: parse empty wordlist

This commit is contained in:
Khaïs COLIN 2025-03-11 15:20:19 +01:00
parent 8f919b33df
commit bc5be67bf6
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo
5 changed files with 98 additions and 0 deletions

View file

@ -30,6 +30,7 @@ srcs = \
src/executing/here_doc/strip_newline.c \
src/ft_errno.c \
src/get_command.c \
src/parser/cmdgroup/cmdgroup.c \
src/parser/command_list/command_list_builder.c \
src/parser/command_list/command_list.c \
src/parser/command_list/operator.c \