expansion: add some more test cases

This commit is contained in:
Khaïs COLIN 2025-03-21 14:06:33 +01:00
parent b714351d4d
commit 10b1ac6711
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo
2 changed files with 62 additions and 5 deletions

View file

@ -1,12 +1,12 @@
# make gets confused if a file with the same name exists in the sources, so some
# file are prefixed with test_
rawtests = \
expansion \
test_here_doc \
test_wordlist_idx \
test_redirection_parsing \
quote_removal \
cmdlist_use_after_free \
expansion \
metacharacters \
parse_command_lists \
parse_pipelines \