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

Allow parenthesis and backslash characters inside default values #977

Merged
merged 4 commits into from
Jul 19, 2019
Merged

Allow parenthesis and backslash characters inside default values #977

merged 4 commits into from
Jul 19, 2019

Commits on Jul 18, 2019

  1. Correct parsing of default values in fct parsing.

    Now we can use parenthesis characters inside quoted strings for default
    values, without disturbing the arguments parser.
    pkrog committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    8a451d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e0b98e View commit details
    Browse the repository at this point in the history
  3. Remove forgotten debug line.

    pkrog committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    d86f204 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2019

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