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

add support for literal multi-line strings #36

Merged

Conversation

lovebug356
Copy link

@lovebug356 lovebug356 commented Feb 23, 2024

Added support for the literal multi-line strings as described in the yaml specification:
https://yaml.org/spec/1.2.2/#812-literal-style.

Closes #31

@lovebug356 lovebug356 force-pushed the feature/literal-multi-line branch from 498de71 to 587b7c0 Compare February 23, 2024 07:58
@lovebug356 lovebug356 mentioned this pull request Feb 23, 2024
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much for doing this @lovebug356 ! This is great work :)

There seem to be a bunch of formatting changes in tests/TestParser.elm? If you can remove these unrelated formatting changes I'm very happy to merge.

@lovebug356 lovebug356 force-pushed the feature/literal-multi-line branch from 587b7c0 to 6f7b806 Compare February 24, 2024 12:00
@lovebug356 lovebug356 force-pushed the feature/literal-multi-line branch from 6f7b806 to 01fc302 Compare February 24, 2024 12:01
@lovebug356
Copy link
Author

Ok, thank should be fixed now.

@MaybeJustJames
Copy link
Owner

Very nice @lovebug356 . Thank you. Sorry it took me so long to get back to this.

@MaybeJustJames MaybeJustJames merged commit d4731ac into MaybeJustJames:master Dec 5, 2024
1 check passed
@lovebug356 lovebug356 deleted the feature/literal-multi-line branch December 5, 2024 20:42
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.

Multi-line string
2 participants