We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the eval block is located at the end of the file, calling dante-eval-block on it will result in improper formatting.
dante-eval-block
E.g. evaluating this block
-- >>> init "foobar"
will result in the following
-- >>> init "foobar"-- "fooba"
instead of expected
-- >>> init "foobar" -- "fooba"
The text was updated successfully, but these errors were encountered:
dadb75e
No branches or pull requests
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
will result in the following
instead of expected
The text was updated successfully, but these errors were encountered: