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

fix: add newline at the end of input if in an unfinished heredoc #322

Merged
merged 3 commits into from
Aug 16, 2024

Conversation

TorchedSammy
Copy link
Member

@TorchedSammy TorchedSammy commented Aug 16, 2024

and define (or fix) the behavior of input ending with a slash, which will now always add a newline at the end of input

fixes #320


  • I have reviewed CONTRIBUTING.md.
  • My commits and title use the Conventional Commit format.
  • I have documented changes and additions in the CHANGELOG.md.

and define (or fix) the behavior of input ending with a slash
it will now add a newline at the end of input always
@TorchedSammy TorchedSammy added this to the v2.4 (Moonflower) milestone Aug 16, 2024
@TorchedSammy TorchedSammy marked this pull request as ready for review August 16, 2024 19:18
@TorchedSammy TorchedSammy merged commit a7ba2fd into master Aug 16, 2024
11 checks passed
@TorchedSammy TorchedSammy deleted the multiline-newline-fix branch August 16, 2024 19:26
@TorchedSammy TorchedSammy restored the multiline-newline-fix branch December 24, 2024 15:02
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

Successfully merging this pull request may close these issues.

Heredoc doesn't stop
1 participant