Closed skitheom closed 3 months ago
~/code/minishell/ [fix/syntax-error-pipe-only*] ./minishell minishell$ | minishell: syntax error near unexpected token `|' minishell$ || minishell: syntax error near unexpected token `|' minishell$ ||| minishell: syntax error near unexpected token `|' minishell$ | minishell: syntax error near unexpected token `|' minishell$ cd | minishell: syntax error near unexpected token `newline' minishell$ cd || minishell: syntax error near unexpected token `|' minishell$ cd ||| minishell: syntax error near unexpected token `|' minishell$ | cd minishell: syntax error near unexpected token `|' minishell$ || cd minishell: syntax error near unexpected token `|' minishell$ ||| cd minishell: syntax error near unexpected token `|' minishell$ exit ~/code/minishell/ [fix/syntax-error-pipe-only*]
\n
67 現在のプルリク
テスト結果
65 一つ前のプルリクでの作業分
\n
を含まず、TK_NLは不要であったため削除