sophiakoulen / minishell

A simplified bash-like shell, with pipes, redirections and variable expansion.
4 stars 1 forks source link

heredoc bug. Prints an extra character after newline #37

Closed sophiakoulen closed 1 year ago

sophiakoulen commented 1 year ago
minishell$ cat <<EOF
> hello world this is a hereoc
> herdoc heredoc heredoc
> EOF
hello world this is a hereoc
�herdoc heredoc heredoc
�minishell$
sophiakoulen commented 1 year ago

closed with 51f373a1a56b240c577a8c2047413302f97593f3