Skip to content

Heredoc #73

@lucienvb

Description

@lucienvb

When we execute the following lines / signals in Sheldon we have other behavior then bash.

<< end cat
`hello'
CTRL-C or CTRL-D

Output Sheldon:
Sheldon$ << end cat

hallo
^C
Sheldon$ << end cathallo
Sheldon$

Output bash:
bash-3.2$ << end cat

hallo

bash-3.2$

Metadata

Metadata

Assignees

No one assigned

    Labels

    ✋invalidThis doesn't seem right

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions