Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad formating if no newline present #158

Closed
Akyshnik opened this issue Oct 6, 2020 · 0 comments
Closed

Bad formating if no newline present #158

Akyshnik opened this issue Oct 6, 2020 · 0 comments

Comments

@Akyshnik
Copy link

Akyshnik commented Oct 6, 2020

If the eval block is located at the end of the file, calling dante-eval-block on it will result in improper formatting.

E.g. evaluating this block

-- >>> init "foobar"

will result in the following

-- >>> init "foobar"-- "fooba"

instead of expected

-- >>> init "foobar"
-- "fooba"
@jyp jyp closed this as completed in dadb75e Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant