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

@ -1,6 +1,7 @@
# make gets confused if a file with the same name exists in the sources, so some
# file are prefixed with test_
rawtests = \
quote_removal \
metacharacters \
parse_pipelines \
parse_simple_cmds \