Skip to content

Quoting and variable expansion happen in the wrong order #48

@scgray

Description

@scgray

The following should happen:

1> \set x='"'
2> \echo $x
"

however, what actually happens is:

1> \set x='"'
2> \echo $x
Did not find a matching closing double quote

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions