Open
Description
The grammar, as of d1a1a3f, cannot parse a herestring that follows a file redirect:
rev > output <<< hello
(This will write olleh
to a file named output
, FWIW.)
The grammar can parse the equivalent statement, when the file redirect and herestring are switched:
rev <<< hello > output
Possibly related: #260
Metadata
Metadata
Assignees
Labels
No labels