gysiang / minishell

0 stars 1 forks source link

echo "hello world automatically prints out the double quotes. #290

Closed gysiang closed 4 months ago

gysiang commented 4 months ago

minishell$ echo "hello world " minishell$ echo "hello " @axellee1994 I'm not sure why this is like this but as long as we don't process unclosed quotes like what fiona said then should be fine.

axellee1994 commented 4 months ago

@gysiang

image

I am modifying this at the moment

axellee1994 commented 4 months ago

@gysiang

image

I resolved this already. Just need to clean up the file, check for memory leaks and the PR it over. Testcase still 134/146