fluffy-willa-42-team / minishell

0 stars 0 forks source link

Line cleaner var substitution deleting one char after it #12

Closed willaCS closed 2 years ago

willaCS commented 2 years ago
(o_O)> abc def | xd $PWD hij
[abc def | xd $PWD hij]
Word
[  ]
Word
[  ]
[ |]
[  ]
Word
[  ]
[ $]
[  ]
Word
abc.def.|.xd./Users/fluffy/Code/minishell/willahij..............
abc.def.|.xd./Users/fluffy/Code/minishell/willahij..............

[
    content_len: 3,
    {
        type: 1,
        arg: [
            [0]: "abc",
            [1]: "def",
        ]
    {
        type: 2,
        arg: [
            [0]: "|",
        ]
    {
        type: 1,
        arg: [
            [0]: "xd",
            [1]: "/Users/fluffy/Code/minishell/willahij",
        ]
]