fucalerro / 42-minishell

1 stars 0 forks source link

Single quote should open multiline input as in bash #11

Closed Lu-ni closed 5 months ago

Lu-ni commented 6 months ago

@fucalerro

echo " should open as in bash :

➜  42-minishell git:(main) ✗ echo "
dquote>
dquote>
dquote>
dquote> "

But actually :

➜  42-minishell git:(main) ✗ ./minishell
/Users/lnicolli/src/42-minishell🌻 echo "
Quotes are not closed
➜  42-minishell git:(main) ✗
fucalerro commented 6 months ago

nop, dans le sujet c'est marqué qu on doit pas handle ce case

Lu-ni commented 6 months ago

Show me where