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

Handle blank lines in Yaml.Text() #887

Merged
merged 1 commit into from
Jan 23, 2024

Commits on Jan 7, 2024

  1. Handle blank lines in Yaml.Text()

    - see aaubry#886
    - transform blank lines to `string.Empty`
    - remove all trailing whitespace from lines
      - if trailing whitespace is significant in a future test, YAML files can be added
    - `throw new ArgumentException(...)` if a line is insufficiently indented
      - should be easier to fix test than with previous `ArgumentOutOfRangeException` for this case
    - add tests
    dougbu committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    c04446e View commit details
    Browse the repository at this point in the history