Skip to content

parser: incorrect parsing of pipe token close to variable #188

Open
@i4ki

Description

@i4ki
ls|grep a #works
echo "hello"|grep h #works
echo hello|grep h #works
echo $PATH|grep # <stdin line 12>:1:10: Unrecognized character in action: U+007C '|'
echo $a|b # <stdin line 13>:1:7: Unrecognized character in action: U+007C '|'

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions