gysiang / minishell

0 stars 1 forks source link

cat_a #276

Closed gysiang closed 4 months ago

gysiang commented 4 months ago

cat a is now working correctly but grep ");"$ breaks, there is a space after processing the "grep ");"$ " after the token_processor. removing the space in the tokenizer and token_processor will resolve this issue.

Test 55: ❌ cat minishell.h | grep ");"$ mini exit code = 2 bash exit code = 1 mini error = ( No such file or directory No such file or directory) bash error = ( No such file or directory)