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 json object output for INI. #43

Merged
merged 2 commits into from
Oct 20, 2022
Merged

Fix json object output for INI. #43

merged 2 commits into from
Oct 20, 2022

Conversation

niedbalski
Copy link
Contributor

@niedbalski niedbalski commented Oct 20, 2022

When dumping INI format, json objects were ignored, causing for the value of the entry to be discarded.

This patch fixes that and adds a test to ensure parsing back and forth works correctly.

This is patch 1/2 to fix the issue related to https://github.com/calyptia/cloud/issues/632 reported by @eduardo

Signed-off-by: Jorge Niedbalski [email protected]

When dumping INI format, json objects were ignored,
causing for the value of the entry to be discarded.

This patch fixes that and adds a test to ensure parsing
back and forth works correctly.

Related to https://github.com/calyptia/cloud/issues/632

Signed-off-by: Jorge Niedbalski <[email protected]>
@niedbalski niedbalski self-assigned this Oct 20, 2022
Signed-off-by: Jorge Niedbalski <[email protected]>
@niedbalski niedbalski merged commit 252ae16 into main Oct 20, 2022
@niedbalski niedbalski deleted the fix-jsonobject branch October 20, 2022 10:18
@nicolasparada
Copy link
Contributor

Thanks for the fix. Yesterday I found a way to replicate it too, but didn't submit the fix. Glad you found it :)

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.

2 participants