summaryrefslogtreecommitdiffstats
path: root/src/ft_b_echo.c
diff options
context:
space:
mode:
authorsalad <fmoenne-@student.le-101.fr>2020-04-27 18:11:59 +0200
committersalad <fmoenne-@student.le-101.fr>2020-04-27 18:11:59 +0200
commitf3c766105a7dc8a3f1791374c41542ea833c53ce (patch)
treeba1ecd86edf60952a85528c2e4184c7ac9ed226e /src/ft_b_echo.c
parentfecho full buffered, quotes bav (diff)
parentFinished and normed type (diff)
download42-minishell-f3c766105a7dc8a3f1791374c41542ea833c53ce.tar.gz
42-minishell-f3c766105a7dc8a3f1791374c41542ea833c53ce.tar.bz2
42-minishell-f3c766105a7dc8a3f1791374c41542ea833c53ce.tar.xz
42-minishell-f3c766105a7dc8a3f1791374c41542ea833c53ce.tar.zst
42-minishell-f3c766105a7dc8a3f1791374c41542ea833c53ce.zip
merge master into fmoenne
Diffstat (limited to '')
-rw-r--r--src/ft_b_echo.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ft_b_echo.c b/src/ft_b_echo.c
index 8a2d0d7..6b410b3 100644
--- a/src/ft_b_echo.c
+++ b/src/ft_b_echo.c
@@ -18,8 +18,7 @@
#include "ft_s_struct.h"
#include "ft_u_utils.h"
-/* TODO: norme, echo $variables (variables are subst when parsing the line), */
-/* echo "quoted text", echo 'quoted text', */
+/* TODO: echo "quoted text", echo 'quoted text', */
/* echo kill\nbackslash\nbut\nnot\nn, echo "quoted\nnew\nlines" */
/* Might need to go full buffer */