Skip to content

"echo 1 > file" gets interpreted as "echo 1>file" #45

@jhanssen

Description

@jhanssen

Parsing echo 1 > file results in the AST containing

"numberIo": {
    "text": "1",
    "type": "io_number"
}

but the AST should really contain 1 as a Word suffix and no numberIo for the Redirect suffix.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions