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

cYAML: Fix handling of empty objects. #80

Merged
merged 1 commit into from
Aug 1, 2023

Conversation

gckzl
Copy link
Contributor

@gckzl gckzl commented Jul 28, 2023

While working on the YAML code, I noticed it didn't handle empty strings, empty objects and empty arrays correctly: in that case, it would output invalid YAML (this limitation was present also before my re-write). This fixes it.

@flyrouter flyrouter requested a review from widgetii July 29, 2023 15:22
@flyrouter
Copy link
Member

While working on the YAML code, I noticed it didn't handle empty strings, empty objects and empty arrays correctly: in that case, it would output invalid YAML (this limitation was present also before my re-write). This fixes it.

Thank you very much for the PR, we will look into it shortly.

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.

None yet

3 participants