quote removal: handle strings with no quotes

This commit is contained in:
Khaïs COLIN 2025-02-28 13:51:16 +01:00
parent 4f6910eccd
commit 0fecded23b
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo
5 changed files with 93 additions and 0 deletions

View file

@ -36,6 +36,7 @@ srcs = \
src/parser/pipeline/pipeline.c \
src/parser/pipeline/pipeline_parse_baseops.c \
src/parser/pipeline/pipeline_parse.c \
src/parser/remove_quotes/remove_quotes.c \
src/parser/simple_cmd/simple_cmd.c \
src/parser/worddesc/worddesc.c \
src/parser/wordlist/wordlist.c \