diff options
Diffstat (limited to 'src/ft_b_echo.c')
-rw-r--r-- | src/ft_b_echo.c | 3 |
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 */ |