-
-
Notifications
You must be signed in to change notification settings - Fork 412
Closed
Labels
component: hls-eval-plugintype: bugSomething isn't right: doesn't work as intended, documentation is missing/outdated, etc..Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
Description
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
Labels
component: hls-eval-plugintype: bugSomething isn't right: doesn't work as intended, documentation is missing/outdated, etc..Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..