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

iniconf: some more adjustments for parsing TOML #4099

Merged
merged 3 commits into from
Nov 7, 2024

Commits on Nov 6, 2024

  1. iniconf: keep ] characters in sections until the final ]

    For TOML array of tables like
    
    [[array]]
    
    this change creates the tag [array] instead of the previously created
    tag [array
    techee committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    dacf4a6 View commit details
    Browse the repository at this point in the history
  2. iniconf: Allow " and ' in key names

    This allows TOML
    
    "key in double quotes" = 1
    'key in single quotes' = 2
    techee committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    1c379f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    ae09350 View commit details
    Browse the repository at this point in the history