summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-04-27 15:54:25 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-04-27 15:54:25 +0200
commit205be3d43b7a543784466c8fb6839e8e02d0af56 (patch)
tree34853f7d7d5e9feff753cfdca05d0e1b29e82305
parentTODO update (diff)
download42-minishell-205be3d43b7a543784466c8fb6839e8e02d0af56.tar.gz
42-minishell-205be3d43b7a543784466c8fb6839e8e02d0af56.tar.bz2
42-minishell-205be3d43b7a543784466c8fb6839e8e02d0af56.tar.xz
42-minishell-205be3d43b7a543784466c8fb6839e8e02d0af56.tar.zst
42-minishell-205be3d43b7a543784466c8fb6839e8e02d0af56.zip
TODO update
-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 fdac868..bca20ac 100644
--- a/src/ft_b_echo.c
+++ b/src/ft_b_echo.c
@@ -16,8 +16,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 */