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

Parsing error if there is no newline at end of file #69

Open
FloEdelmann opened this issue Feb 22, 2024 · 0 comments
Open

Parsing error if there is no newline at end of file #69

FloEdelmann opened this issue Feb 22, 2024 · 0 comments

Comments

@FloEdelmann
Copy link

When parsing this file (with default settings), YamlKt throws a parsing error, even though it is valid YAML. Note that it does not have a newline character (\n) at the end of the file. A newline at the end of the file is not required by the YAML standard.

By manually adding that character, the file parses fine.

YamlKt version 0.13.0.

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