mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
fix(debug): redirectee prints both variants of an enum
This commit is contained in:
parent
3f08189aae
commit
b6e97ac2c7
2 changed files with 12 additions and 9 deletions
2
test.sh
2
test.sh
|
|
@ -895,7 +895,6 @@ parsed command
|
|||
│ ├─ open_flags = 577
|
||||
│ ├─ c_flags = 420
|
||||
│ ├─ t_redirectee
|
||||
│ │ ├─ dest = 14320
|
||||
│ │ ╰─ t_worddesc
|
||||
│ │ ├─ word = [outfile]
|
||||
│ │ ├─ marker = [ ]
|
||||
|
|
@ -910,7 +909,6 @@ parsed command
|
|||
├─ open_flags = 577
|
||||
├─ c_flags = 420
|
||||
├─ t_redirectee
|
||||
│ ├─ dest = 14608
|
||||
│ ╰─ t_worddesc
|
||||
│ ├─ word = [outfile]
|
||||
│ ├─ marker = [ ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue