Skip to content

Conversation

@Donien
Copy link
Member

@Donien Donien commented Dec 11, 2025

Values are now enclosed by double quotes while using the to_json filter for the escaping.
This makes the values "JSON-safe" which should always be "INI-safe" as well.

Values are now enclosed by double quotes while using the `to_json`
filter for the escaping.
@Donien Donien requested a review from mkayontour December 11, 2025 16:59
@Donien
Copy link
Member Author

Donien commented Dec 11, 2025

With this, we are basically changing our simple values like foo = bar to foo = "bar".
Do you see any potential problems when always quoting values in the INI writer, @mkayontour?

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