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

common: text: config_utils: make ParseNameValues skip empty strings #2267

Commits on Sep 29, 2024

  1. common: text: config_utils: make ParseNameValues skip empty strings

    Individual rules can be configured using the following schema:
            "<param>:<paramvalue>;<param2>:<value>"
    which assumes that there wont be leading or trailing semicolons (;).
    Instead of failing, let's make configuration parsing more permissive and
    allow them.
    IEncinas10 committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    278c546 View commit details
    Browse the repository at this point in the history