Skip to content

Backslash is printed when escaping double quotes in cmd #194

Closed
@Franklin88

Description

@Franklin88

Test configuration:
{
"name": "Test escaping characters",
"cmd": "echo "Hello"; echo 'world'; "
}

Output:
$ echo "Hello"; echo 'world';
"Hello"
world

Expected:
$ echo "Hello"; echo 'world';
Hello
world

Notes:
Same result using unicode \u0022 => {"cmd": "echo \u0022Hello\u0022; echo 'world'; "}

Environment:
MacOS 10.10.5
Shuttle v1.2.7
iTerm2 Build 3.0.8
Terminal.app 2.5.3 (343.7)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions