fix quote sticked to parenthesis + tokenizer upgraded from older version

This commit is contained in:
gazhonsepaskwa
2025-02-18 10:00:28 +01:00
parent 01e6313aa5
commit 84d6079a44
4 changed files with 135 additions and 80 deletions

View File

@@ -66,5 +66,7 @@ char *copy_meta(char *val, int *copied);
char *copy_unmeta(char *val, int *copied);
void debug_token_list(t_node *lst, char *msg);
void set_token(t_node *head);
int goto_nxt_space(char *str);
void update_quote(char *quote, char cmp);
#endif