Skip to content

Allow newline normalization in multi-line literal strings #842

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

Merged
merged 1 commit into from
Oct 3, 2022

Conversation

hukkin
Copy link
Contributor

@hukkin hukkin commented Aug 15, 2021

Closes #835

This eliminates the ambiguity in MLL (multi-line literal) strings around
how they should be normalised and how MLB (multi-line basic) strings
relate to that.
@pradyunsg pradyunsg force-pushed the normalize-mll-newline branch from 4d8953a to 626e62d Compare October 3, 2022 23:22
@pradyunsg pradyunsg merged commit bc2e613 into toml-lang:main Oct 3, 2022
@pradyunsg
Copy link
Member

Thanks for the initial PR and the discussion on this @hukkin! ^>^

@hukkin hukkin deleted the normalize-mll-newline branch October 4, 2022 07:30
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.

Question: Can newlines in multi-line literals be normalized?
3 participants