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

Add ? to the list of things to quote when it's an exact value. #178

Merged
merged 6 commits into from
Dec 27, 2023

Commits on Dec 26, 2023

  1. Configuration menu
    Copy the full SHA
    689d914 View commit details
    Browse the repository at this point in the history
  2. update CHANGELOG

    mlwilkerson committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    a8a3e6e View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. test all cases of an indicator character by itself

    Co-authored-by: Michael Ruoss <[email protected]>
    mlwilkerson and mruoss authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    a31bba9 View commit details
    Browse the repository at this point in the history
  2. add the "-" and ":" special indicator characters to the list of those…

    … that must be quoted when they appear by themselves
    mlwilkerson committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    fd7aa7e View commit details
    Browse the repository at this point in the history
  3. add test coverage for cases where strings starting with "?", ":", or …

    …"-" may be encoded in Plain Style
    mlwilkerson committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    c90dabd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    596782f View commit details
    Browse the repository at this point in the history