mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
quote removal: handle strings with no quotes
This commit is contained in:
parent
4f6910eccd
commit
0fecded23b
5 changed files with 93 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue