tests(export): ensure @ is accepted in variable values

This commit is contained in:
Khaïs COLIN 2025-04-25 13:36:09 +02:00
parent 297d68e73c
commit 45869f1154

View file

@ -1070,4 +1070,12 @@ minishell: syntax error near unexpected token `('
var= var=
EOF EOF
when_run <<"EOF" "@ in variable value"
export VAR=bon@jour
echo $VAR
EOF
expecting <<EOF
bon@jour
EOF
finalize finalize