mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
subst/variable: remove special handling of positional variables
Including only half support does not make sense, it could cause more problems than it solves.
This commit is contained in:
parent
d53e40d3f4
commit
49a897b44e
2 changed files with 11 additions and 13 deletions
7
test.sh
7
test.sh
|
|
@ -674,4 +674,11 @@ expecting <<EOF
|
|||
$ $
|
||||
EOF
|
||||
|
||||
when_run <<EOF "handling of positional arguments"
|
||||
echo \$9HOME
|
||||
EOF
|
||||
expecting <<EOF
|
||||
\$9HOME
|
||||
EOF
|
||||
|
||||
finalize
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue