Skip to content

Missing newline when evaluate on last line #1213

Closed
@t4ccer

Description

@t4ccer

Using Evaluate on

-- >>> take 5 [0..]

produces

-- >>> take 5 [0..]-- [0,1,2,3,4]
<here is newline>

instead of

-- >>> take 5 [0..]
-- [0,1,2,3,4]

when >>> take 5 [0..] is on the last line of file. I believe that appending newline character on beginning of Evaluate's output instead of at the and will solve the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    component: hls-eval-plugintype: bugSomething isn't right: doesn't work as intended, documentation is missing/outdated, etc..

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions