Currently, I believe the shfmt translation contains the following bugs:
- Bash test expressions ([[ ... ]]) are translated into CommandNodes instead of CondNodes
- "|&" pipelines are correctly translated to PipeNodes, but without redirections attached to them
Currently, I believe the shfmt translation contains the following bugs: